Releases: peterbraden/node-opencv
Releases · peterbraden/node-opencv
v6.0.0
Enhancements
- @Wenq added
contour.momentsmethod. - @andreasgal added
matrix.substractmethod. - @jainanshul added
matrix.meanmethod. - @idubinskiy restored
contour.pointsmethod. - @danschultzer updated node-pre-gyp to fix load of node-opencv in electron runtime.
- @andreasgal made
matrix.getDatawork with RGB images. - @Evilcat325 added
matrix.MatchTemplateByMatrixmethod. - @danschultzer added code coverage.
Bug fixes
- @dominikdolancic fixed image load issue in
matrix.matchTemplate(). - @AwooOOoo fixed
type_infoerrors in Visual Studio with std namespace pollution. - @mvines fixed issue that prevented
AsyncSaveWorkerfrom using de-allocated memory. - @mcwhittemore fixed dissimilarity example image load.
- @saoron fixed dead index.html documentup source.
- @andreasgal fixed an issue with
matrix.crop(and potentially others), wherematrix.getDataends up returning less than full matrix. - @danschultzer fixed
examples/test.jschannel issue, and problematic Vec3b casting (instead of Vec3f) inmatrix.set.
Backwards incompatible changes
- @dxprog changed readImage to load image with
CV_LOAD_IMAGE_UNCHANGEDinstead ofCV_LOAD_IMAGE_COLOR. The latter returned the image as 3-channel. - @danschultzer changed
VideoCapture.closetoVideoCapture.release.
Thanks to all, also a massive thanks to @danschultzer for helping get the open
tickets and PR's under control.