opencv_contrib
opencv_contrib copied to clipboard
Repository for OpenCV's extra modules
##### 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...
##### 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...
##### System information (version) - OpenCV => 4.5.3 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2019 ##### Detailed description Hi, I am trying...
##### System information (version) - OpenCV => 4.1.1 - Operating System / Platform => iOS10+ - Compiler => Xcode ##### Detailed description Here's crash data from Bugly, in more than...
error: (-215:Assertion failed) mapIt != reuseMap.end() in function 'cv::dnn::dnn4_v20210301::BlobManager::releaseReference'
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...
Hi everyone, does the surface_matching module permit commercial use? Or how to use it commercially?
##### 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...
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...