opencv_contrib icon indicating copy to clipboard operation
opencv_contrib copied to clipboard

Repository for OpenCV's extra modules

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

##### System information (version) - OpenCV => 4.5.2 - Operating System / Platform => linux - Compiler => gcc ##### Detailed description I built opencv_contrib_python by myself. Here is the...

category: cuda

##### System information (version) - OpenCV => `4.1.0` - Operating System / Platform => `debian10` - Compiler => `g++-8.3.0` - Cuda => `cuda-10.1` ##### Detailed description With some matricies (perspective...

bug
category: cuda

##### System information (version) - OpenCV => 4.5.3 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2019 ##### Detailed description Hi, I am trying...

category: rgbd

##### System information (version) - OpenCV => 4.1.1 - Operating System / Platform => iOS10+ - Compiler => Xcode ##### Detailed description Here's crash data from Bugly, in more than...

incomplete

error: (-215:Assertion failed) mapIt != reuseMap.end() in function 'cv::dnn::dnn4_v20210301::BlobManager::releaseReference'

incomplete

Hi everyone, I am new to python. After I finished the installing steps of the opencv_contrib, I still got the error message as following: AttributeError: 'module' object has no attribute...

question (invalid tracker)

Hi everyone, does the surface_matching module permit commercial use? Or how to use it commercially?

question (invalid tracker)

##### System information (version) - OpenCV => 4.5.5 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2015 ##### Detailed description In img_hash/src/radial_variance_hash.cpp:afterHalfProjections(), there are...

##### System information (version) - OpenCV => 3.2 - Operating System / Platform => Android/java ##### Detailed description I build OpenCV and Aruco module, from Git. Download OpenCV master branch...

category: aruco
incomplete

This PR adds a new letterbox resize function in ximgproc. For machine learning models, images often need to be resized to specific dimensions (width x height). In many cases, it...