Skip to content

Delicode/opencv

 
 

Repository files navigation

OpenCV: Open Source Computer Vision Library

This fork contains Delicode's projectPoints3d functionality and a timeout in findChessboardCorners.

If you're building OpenCV on a Linux computer targeting the Delicode Signals software stack, you'll want to use a CMake command along these lines:

cmake -DWITH_CUDA=no -DBUILD_TESTS=OFF -DBUILD_PERF_TESTS=OFF -DBUILD_EXAMPLES=OFF -DBUILD_DOCS=OFF -DOPENCV_EXTRA_MODULES_PATH=/path/to/opencv_contrib/modules -DBUILD_opencv_aruco=ON .. 

Note you'll need https://github.com/Delicode/opencv_contrib cloned into a path specified above. At the time of writing, this repo uses OpenCV 4.1.2, which is also the tag you must checkout in the opencv_contrib repo by issuing: git checkout 4.1.2. The two repos must use the same release tag.

Resources

Contributing

Please read the contribution guidelines before starting work on a pull request.

Summary of the guidelines:

  • One pull request per issue;
  • Choose the right base branch;
  • Include tests and documentation;
  • Clean up "oops" commits before submitting;
  • Follow the coding style guide.

About

Open Source Computer Vision Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 86.6%
  • C 4.7%
  • CMake 2.7%
  • Java 2.3%
  • Python 1.9%
  • Cuda 0.6%
  • Other 1.2%