Skip to content

Releases: UrielCh/opencv4nodejs

v6.4.3

25 Feb 15:33
Compare
Choose a tag to compare

Version 6.4.3

  • update dependencies

v6.4.2

13 Feb 16:02
Compare
Choose a tag to compare

Version 6.4.2

  • update dependencies

v6.4.1

10 Jan 15:22
Compare
Choose a tag to compare

Version 6.4.1

No bug fix / of changes in this release, just 2 more bindings that I need to make some benchmarks.

  • add Mat.ones
  • add Mat.zeros
  • start splitting tests.

v6.4.0

10 Jan 09:20
Compare
Choose a tag to compare

Version 6.4.0

  • Refactor test
  • Fix typing errors
  • Add img_hash PR #65
  • Use new @u4/opencv-build@0.7.4 (reduce unnecessary builds, add a sym-link latest build directory)

v6.3.0

02 Jan 05:57
Compare
Choose a tag to compare

Version 6.3.0

This version is mostly focused on improving OpenCV version management, by avoiding unnecessary recompilation.
the new --cudaArch argument can reduce cuda (don't forget the --cuda) OpenCV compilation time by a factor of magnitude, so use it for your cuda development build.

This version mostly works with openCV 4.7.0, some unit test failed.

The new command build-opencv list can now list available local openCV build.

That all for today.

change log

  • use new @u4/opencv-build@0.6.3
  • improve cuda support add --cudaArch <value> to choose your cuda target, for example I use --cudaArch=8.6 for my RTX 3060, check https://en.wikipedia.org/wiki/CUDA for full list.
  • build-opencv support a new action: list that will list ixisting openCV build
  • build-opencv auto will not rebuild anything if the current build is working

v6.2.1

01 Jul 03:43
Compare
Choose a tag to compare

Version 6.2.1

  • fix error message annalyse in cvLoader
  • add startWindowThread()

6.2.0

19 Jun 18:02
Compare
Choose a tag to compare

Version 6.2.0

  • PR #37
  • add support for 1, 3 and 4 dimmentionals Mat
  • improve debug binding usability