File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1
1
2
2
# Changelog
3
3
4
+
5
+ ## 6.0.0
6
+
7
+ # Enhancements
8
+ - @wenq added ` contour.moments ` method.
9
+ - @andreasgal added ` matrix.substract ` method.
10
+ - @jainanshul added ` matrix.mean ` method.
11
+ - @idubinskiy restored ` contour.points ` method.
12
+ - @danschultzer updated node-pre-gyp to fix load of node-opencv in electron runtime.
13
+ - @andreasgal made ` matrix.getData ` work with RGB images.
14
+ - @Evilcat325 added ` matrix.MatchTemplateByMatrix ` method.
15
+ - @danschultzer added code coverage.
16
+
17
+ # Bug fixes
18
+ - @dominikdolancic fixed image load issue in ` matrix.matchTemplate() ` .
19
+ - @AwooOOoo fixed ` type_info ` errors in Visual Studio with std namespace pollution.
20
+ - @mvines fixed issue that prevented ` AsyncSaveWorker ` from using de-allocated memory.
21
+ - @mcwhittemore fixed dissimilarity example image load.
22
+ - @saoron fixed dead index.html documentup source.
23
+ - @andreasgal fixed an issue with ` matrix.crop ` (and potentially others), where ` matrix.getData ` ends up returning less than full matrix.
24
+ - @danschultzer fixed ` examples/test.js ` channel issue, and problematic Vec3b casting (instead of Vec3f) in ` matrix.set ` .
25
+
26
+ ## Backwards incompatible changes
27
+ - @dxprog changed readImage to load image with ` CV_LOAD_IMAGE_UNCHANGED ` instead of ` CV_LOAD_IMAGE_COLOR ` . The latter returned the image as 3-channel.
28
+ - @danschultzer changed ` VideoCapture.close ` to ` VideoCapture.release ` .
29
+
30
+ Thanks to all, also a massive thanks to @danschultzer for helping get the open
31
+ tickets and PR's under control.
32
+
4
33
## 5.0.0 (Feb 9 2016)
5
34
6
35
- @mvines and @svogl started working on OpenCV 3.x support.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " opencv" ,
3
- "version" : " 5 .0.0" ,
3
+ "version" : " 6 .0.0" ,
4
4
"description" : " Node Bindings to OpenCV" ,
5
5
"author" :
" Peter Braden <[email protected] >" ,
6
6
"dependencies" : {
You can’t perform that action at this time.
0 commit comments