Releases: UrielCh/opencv4nodejs
Releases · UrielCh/opencv4nodejs
v6.4.3
v6.4.2
v6.4.1
v6.4.0
v6.3.0
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/[email protected]
- 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 buildbuild-opencv auto
will not rebuild anything if the current build is working