Skip to content

Releases: justadudewhohacks/opencv4nodejs

4.7.5

07 Sep 13:23
Compare
Choose a tag to compare
  • support opencv 3.4.2 and 3.4.3

4.7.4

03 Sep 20:28
Compare
Choose a tag to compare
  • fixes:
    Added missing constructor to Contours class #395

4.7.3

30 Aug 20:04
Compare
Choose a tag to compare

fixes:

  • added missing typings for IMREAD / IMWRITE constants #391
  • calibrateCamera, calibrateCameraExtended and stereoCalibrate now propery return distance coefficients #393

4.7.2

06 Aug 20:44
Compare
Choose a tag to compare

fixes:

  • Tracker.update() now returns null if object is not found rather than always returning a Rect #373

4.7.1

21 Jul 07:28
Compare
Choose a tag to compare

fixes:

  • resolved include dir issue occuring during electron-rebuild with electron 3 #360

4.7.0

15 Jul 18:58
Compare
Choose a tag to compare

features:

  • approxPolyDPContour #350
  • mat.setTo #358

4.6.1

03 Jul 19:54
Compare
Choose a tag to compare

fixes:

  • fixed argument checking of mat.normalize #349

4.6.0

22 Jun 20:36
Compare
Choose a tag to compare

features:

4.5.3

19 Jun 19:33
Compare
Choose a tag to compare

fixes:

  • warpAffine and warpPerspective borderValue parameter was ignored #335
  • bump opencv-build version

4.5.2

12 Jun 20:22
Compare
Choose a tag to compare

fixes:

  • imencode crashing electron when buffer is released in the renderer process #327