File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 12
12
- @danschultzer updated node-pre-gyp to fix load of node-opencv in electron runtime.
13
13
- @andreasgal made ` matrix.getData ` work with RGB images.
14
14
- @Evilcat325 added ` matrix.MatchTemplateByMatrix ` method.
15
+ - @danschultzer added code coverage.
15
16
16
17
# Bug fixes
17
18
- @dominikdolancic fixed image load issue in ` matrix.matchTemplate() ` .
20
21
- @mcwhittemore fixed dissimilarity example image load.
21
22
- @saoron fixed dead index.html documentup source.
22
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 ` .
23
25
24
26
## Backwards incompatible changes
25
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.
You can’t perform that action at this time.
0 commit comments