Skip to content

Releases: justadudewhohacks/opencv4nodejs

4.7.5

Choose a tag to compare

@justadudewhohacks justadudewhohacks released this 07 Sep 13:23
  • support opencv 3.4.2 and 3.4.3

4.7.4

Choose a tag to compare

@justadudewhohacks justadudewhohacks released this 03 Sep 20:28
  • fixes:
    Added missing constructor to Contours class #395

4.7.3

Choose a tag to compare

@justadudewhohacks justadudewhohacks released this 30 Aug 20:04

fixes:

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

4.7.2

Choose a tag to compare

@justadudewhohacks justadudewhohacks released this 06 Aug 20:44

fixes:

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

4.7.1

Choose a tag to compare

@justadudewhohacks justadudewhohacks released this 21 Jul 07:28

fixes:

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

4.7.0

Choose a tag to compare

@justadudewhohacks justadudewhohacks released this 15 Jul 18:58

features:

  • approxPolyDPContour #350
  • mat.setTo #358

4.6.1

Choose a tag to compare

@justadudewhohacks justadudewhohacks released this 03 Jul 19:54

fixes:

  • fixed argument checking of mat.normalize #349

4.6.0

Choose a tag to compare

@justadudewhohacks justadudewhohacks released this 22 Jun 20:36

features:

4.5.3

Choose a tag to compare

@justadudewhohacks justadudewhohacks released this 19 Jun 19:33

fixes:

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

4.5.2

Choose a tag to compare

@justadudewhohacks justadudewhohacks released this 12 Jun 20:22

fixes:

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