Opencv4nodejs Versions Save

Nodejs bindings to OpenCV 3 and OpenCV 4

5.6.0

4 years ago

features:

  • Mat.inv() #669
  • cv.waitKeyEx #692

typing fixes:

  • cv.kmeans with Point3 argument #699
  • cv.getTextSize #701
  • cv.putText thickness, lineType parameter order #701
  • keypoint.point -> keypoint.pt #704

5.5.0

4 years ago

features:

  • HistAxes helper class + calcHistAsync #651

fixes:

  • fixed issue in install script causing node-gyp process to crash with ERR_CHILD_PROCESS_STDIO_MAXBUFFER #633

5.4.0

4 years ago

features:

  • cv.accumulate, cv.accumulateProduct, cv.accumulateSquare, cv.accumulateSquare, cv.accumulateWeighted #644

5.3.0

4 years ago

features:

  • environment variables to configure opencv-build and opencv4nodejs can now be specified in the root package.json of your project

other:

  • improved install script and added more logging

5.2.0

4 years ago

features:

5.1.0

4 years ago

features:

  • added Vec6 class: #583

5.0.0

4 years ago
  • OpenCV 4 support
  • support for building only specific OpenCV modules

internal refactoring:

  • removed the majority of macros to make codebase more maintainable
  • simplified the implementation of bindings to keep boilerplate code to a minimum and make contributions easier

4.17.0

4 years ago

features:

  • mat.undistort, cv.undistortPoints #551

fixes:

  • fixed node 12 specific compiler warnings

other:

  • bumped native-node-utils-version
  • some refactoring -> removed macro-inferno dependency

4.16.0

5 years ago

fixes:

  • node 12 compatibility
  • bumped native-node-utils-version

4.15.0

5 years ago

features:

  • added detect_tresh to KCF Params#536
  • CSRT and MOSSE trackers #537

fixes:

  • fixed HOG segfault issues due to copy constructor on macosx and linux
  • multiTracker.update typings #534

opencv-build:

  • install OpenCV 3.4.6 by default
  • added CUDA flags to build script