mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
beta 0.0.11
This commit is contained in:
parent
0840e0b2e2
commit
c3d3f0f4b4
10
README.md
10
README.md
@ -185,6 +185,16 @@ doesn't work for you please get in touch.
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
#### 0.0.11
|
||||||
|
|
||||||
|
- Bug Fixes
|
||||||
|
- ImageStream becomes ImageDataStream, and new ImageStream allows multiple images to be
|
||||||
|
streamed as matrices, for example, with an object detection stream.
|
||||||
|
- @ryansouza improved documentation
|
||||||
|
- Correcting matrix constructor (thanks @gluxon)
|
||||||
|
- @Michael Smith expanded Contours functionality.
|
||||||
|
|
||||||
|
Thanks all!
|
||||||
|
|
||||||
#### 0.0.10
|
#### 0.0.10
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"buffers": "0.1.1"
|
"buffers": "0.1.1"
|
||||||
},
|
},
|
||||||
"version": "0.0.10",
|
"version": "0.0.11",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"vows": "*"
|
"vows": "*"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user