opencv_contrib
opencv_contrib copied to clipboard
Repository for OpenCV's extra modules
Close #3732 Related https://github.com/opencv/opencv/issues/23329 ### 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...
### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [ ] I agree to contribute to the project under Apache 2 License. - [ ] To the best of...
- OpenCV => 4.x - Operating System / Platform => Ubuntu 24.04 - Compiler => GCC 13.2 ``` -- General configuration for OpenCV 4.9.0-dev ===================================== -- Version control: 4.9.0-415-gcbf71c380f --...
[#25408](https://github.com/opencv/opencv/issues/25408) When only 1D convolution is needed (row or column filter only), `cuda::LinearFilter` might be slower than `cuda::SeparableLinearFilter` Using `cuda::SeparableLinearFilter` for 1D convolution can be done by using a `(1)`...
##### System information (version) - OpenCV => 4.9.0 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2022 ##### Detailed description opencv with CUDA support...
A slight API change of nppiMeanStdDevGetBufferHostSize_8u_C1R and nppiMeanStdDevGetBufferHostSize_32f_C1R in NPP of CUDA 12 has caused the #3725. I will try to fix this. I found that the type of bufSize...
features2d cleanup: [#24999](https://github.com/opencv/opencv/issues/24999) Main PR: opencv/opencv#25292, which moves KAZE, AKAZE, AgastFeatureDetector, BRISK and BOW to opencv_contrib/xfeatures2d.
##### System information (version) - OpenCV => :grey_question: 5.X - Operating System / Platform => :grey_question: Ubuntu 24.04 LTS - Compiler => :grey_question: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 ##### Detailed description...
##### System information (version) - OpenCV => 4.9 ##### Detailed description 10 bit video encoding is becoming more mainstream and is supported in nvdec / nvenc. It would thus be...
##### System information (version) - OpenCV => 3.4.1 - Operating System / Platform => Windows10 64 Bit - Compiler => Visual Studio 2017 ##### Detailed description I compiled OpenCV 3.4.1...