Skip to content

v6.3.0

Compare
Choose a tag to compare
@UrielCh UrielCh released this 02 Jan 05:57
· 284 commits to master since this release

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 build
  • build-opencv auto will not rebuild anything if the current build is working