mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
v0.0.10
This commit is contained in:
parent
c057d411a5
commit
e64b558bbd
10
README.md
10
README.md
@ -133,6 +133,16 @@ doesn't work for you please get in touch.
|
|||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
|
||||||
|
#### 0.0.10
|
||||||
|
|
||||||
|
- Bug Fixes
|
||||||
|
- @Contra added code that allows thickness and color args for ellipse
|
||||||
|
- Camshift Support
|
||||||
|
- @jtlebi added bindings for erode, gaussianBlur, arcLength, approxPolyDP, isConvex, cornerCount
|
||||||
|
- @gluxon added bindings for inRange
|
||||||
|
|
||||||
|
Thanks everyone!
|
||||||
|
|
||||||
#### 0.0.9
|
#### 0.0.9
|
||||||
|
|
||||||
- toBuffer can now take a callback and be run async (re #21)
|
- toBuffer can now take a callback and be run async (re #21)
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"buffers": "0.1.1"
|
"buffers": "0.1.1"
|
||||||
},
|
},
|
||||||
"version": "0.0.9",
|
"version": "0.0.10",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"vows": "*"
|
"vows": "*"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user