opencv_contrib
opencv_contrib copied to clipboard
Repository for OpenCV's extra modules
### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2 License. - [x] To the best of my knowledge,...
### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2 License. - [x] To the best of my knowledge,...
##### System information (version) - OpenCV => 4.10.0 - Operating System / Platform => ubuntu 22.04 - Compiler => g++-11 ##### Detailed description `cv::rgbd::registerDepth` segfault in case the depth resolution...
In case BUILD_SHARED_LIBS is disabled, the cufft library is still linked to the dynamic version, whereas all other cuda libraries are linked to the static versions by appending CUDA_LIB_EXT. This...
### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2 License. - [x] To the best of my knowledge,...
##### System information (version) - OpenCV => :grey_question: - Operating System / Platform => :grey_question: - Compiler => :grey_question: ##### Detailed description ##### Steps to reproduce ##### Issue submission checklist...
### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2 License. - [x] To the best of my knowledge,...
'ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [lib/libopencv_hdf.4.5.1.dylib] Error 1 make[1]: *** [modules/hdf/CMakeFiles/opencv_hdf.dir/all] Error...
- OpenCV => 4.8.0 - Operating System / Platform => MacOS M2M214.1 - Compiler => terminal - Compiler => cmake I have installed all the necessary dependencies according to https://docs.opencv.org/4.x/db/db8/tutorial_sfm_installation.html...
### System Information openCV version 4.9.0-dev Ubuntu 22.04.4 LTS ### Detailed description The Radon Transform provided by openCV changes its src contrary to its documentation. I fixed that behavior locally...