Releases: justadudewhohacks/opencv4nodejs
Releases · justadudewhohacks/opencv4nodejs
4.7.5
- support opencv 3.4.2 and 3.4.3
4.7.4
- fixes:
Added missing constructor to Contours class #395
4.7.3
fixes:
- added missing typings for IMREAD / IMWRITE constants #391
- calibrateCamera, calibrateCameraExtended and stereoCalibrate now propery return distance coefficients #393
4.7.2
fixes:
- Tracker.update() now returns null if object is not found rather than always returning a Rect #373
4.7.1
fixes:
- resolved include dir issue occuring during electron-rebuild with electron 3 #360
4.6.1
fixes:
- fixed argument checking of mat.normalize #349
4.5.3
fixes:
- warpAffine and warpPerspective borderValue parameter was ignored #335
- bump opencv-build version
4.5.2
fixes:
- imencode crashing electron when buffer is released in the renderer process #327