opencv_contrib icon indicating copy to clipboard operation
opencv_contrib copied to clipboard

Repository for OpenCV's extra modules

Results 358 opencv_contrib issues
Sort by recently updated
recently updated
newest added

### 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,...

Fixes https://github.com/opencv/opencv_contrib/issues/3042, also mentioned in https://github.com/opencv/opencv_contrib/pull/2868 Also added a fix for https://github.com/opencv/opencv_contrib/issues/3194 Fixes cuda mem leak in `GoodFeaturesToTrackDetector` and moves cuda malloc/free into the ctor/dtor, out of critical path ###...

To match the input data type. Cast inner computation to double to prevent int overflows for any input type. ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x]...

**Main PR**: https://github.com/opencv/opencv/pull/22350 revert #3298

category: build/install

The argument size of get_subbox_chart_physical() is unused. get_subbox_chart_physical() is called only in one place. The local variable h could overflow the cast to int and lead to a SIGILL in...

##### System information (version) - OpenCV => 4.6 - Operating System / Platform => Linux 64 Bit - Compiler => gcc ##### Detailed description `h` may overflow the cast to...

bug
category: mcc

Fixes https://github.com/opencv/opencv_contrib/issues/3282 Merge with https://github.com/opencv/opencv_extra/pull/984 ### 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...

test
category: wechat_qrcode

system information: operating system: ubuntu 18.04 gcc 4.9 CUDA 11.7 opencv 4.2.0 cross compilation for nvidia agx orin I am compiling opencv 4.2.0 for nvidia orin. The compilation failed as...

wontfix
category: build/install

Uses a unique filename (via std::tmpnam) for test. Allows unit test to be run in environments where the current working directory is not writable. ### Pull Request Readiness Checklist See...

test

##### System information (version) - OpenCV => `opencv-contrib-python==4.6.0.66` - Operating System / Platform => macOS Monterey, version 12.4 - Compiler => Apple clang version 13.1.6 (clang-1316.0.21.2.5) ##### Detailed description Based...

bug
category: python bindings