opencv_contrib
opencv_contrib copied to clipboard
Repository for OpenCV's extra modules
Hi, the BM3D algorithm implemented in OpenCV [1] is only build in case the nonfree option is activated. However, I didn't find a strong evidence that the original BM3D algorithm[2]...
Hello, Trying to build OpenCV using CMake GUI. Performed the following: ``` git clone https://github.com/opencv/opencv.git cd opencv git fetch --all --tags git tag git checkout 5.0.0-alpha git log -1 git...
##### System information (version) - OpenCV => 4.10 ##### Detailed description The current implementation produces sinograms which do not satisfy basic properties of sinograms. I will list them and make...
### System Information OpenCV version: 4.7.0 (also tested with 4.10.0) Operating System: Ubuntu 22.04 (also tested with 24.04) Compiler version: GCC 11.4.0 (also tested with 13.3.0) CMake version: 3.22 (also...
Closed https://github.com/opencv/opencv_contrib/issues/3858 Closed https://github.com/opencv/opencv_contrib/issues/3216 ### 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...
##### System information (version) - OpenCV => 4.10 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2022 - OpenCV => 4.10 - Operating System...
This PR solves #3846, see description of the problems and proposed fixes there. ### Pull Request Readiness Checklist - [x] I agree to contribute to the project under Apache 2...
##### System information (version) - OpenCV => 4.10 ##### Detailed description The sum of values over each column (projection) has to be equal to the sum of values in the...
cap = cv2.cudacodec.createVideoReader(file_path) cv2.error: OpenCV(4.10.0) /home/nvidia/nvidia-codec/opencv_contrib-4.10.0/modules/cudacodec/src/video_reader.cpp:190: error: (-217:Gpu API call) Unknown error code [Code = 520480200] in function 'VideoReaderImpl' this my sh ``` #!/bin/bash #rm -rf opencv-4.10.0/build/ #rm -rf opencv-4.10.0/install/...
##### System information (version) - OpenCV => 4.10.0_14 - Operating System / Platform => macOS Apple Silicon - Compiler => clang++ ##### Detailed description I try to use the cv2::aruco::Board::create...