mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
Update to 0.5.0
This commit is contained in:
parent
35fd929318
commit
021a4bf9d8
14
README.md
14
README.md
@ -207,6 +207,20 @@ doesn't work for you please get in touch.
|
||||
|
||||
## Changelog
|
||||
|
||||
#### 0.5.0
|
||||
|
||||
Lots more opencv functions added, and bugfixes from a large number of
|
||||
contributors. Thanks to all of them!
|
||||
|
||||
- Allow args for `HoughLinesP` by @clkao in #112
|
||||
- `matchTemplate` and `minMaxLoc` by @ytham in #108
|
||||
- updated `blockingWaitKey` by @hybridgroup in #98
|
||||
|
||||
|
||||
#### 0.0.13 -> 0.4.0
|
||||
|
||||
( missing description... )
|
||||
|
||||
#### 0.0.13
|
||||
|
||||
- V Early support for face recognition - API is _likely_ to change. Have fun!
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
"dependencies": {
|
||||
"buffers": "0.1.1"
|
||||
},
|
||||
"version": "0.4.0",
|
||||
"version": "0.5.0",
|
||||
"devDependencies": {
|
||||
"vows": "*"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user