Skip to content

Commit d47b6f6

Browse files
committed
Update bug fixes/enhancements
1 parent 782efa9 commit d47b6f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- @danschultzer updated node-pre-gyp to fix load of node-opencv in electron runtime.
1313
- @andreasgal made `matrix.getData` work with RGB images.
1414
- @Evilcat325 added `matrix.MatchTemplateByMatrix` method.
15+
- @danschultzer added code coverage.
1516

1617
# Bug fixes
1718
- @dominikdolancic fixed image load issue in `matrix.matchTemplate()`.
@@ -20,6 +21,7 @@
2021
- @mcwhittemore fixed dissimilarity example image load.
2122
- @saoron fixed dead index.html documentup source.
2223
- @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`.
2325

2426
## Backwards incompatible changes
2527
- @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.

0 commit comments

Comments
 (0)