Skip to content

Commit 4586b9b

Browse files
authored
Merge pull request #446 from peterbraden/6-0-0-release
6.0.0 release
2 parents 3360793 + d47b6f6 commit 4586b9b

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11

22
# Changelog
33

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+
433
## 5.0.0 (Feb 9 2016)
534

635
- @mvines and @svogl started working on OpenCV 3.x support.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencv",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "Node Bindings to OpenCV",
55
"author": "Peter Braden <[email protected]>",
66
"dependencies": {

0 commit comments

Comments
 (0)