opencv_contrib
opencv_contrib copied to clipboard
Repository for OpenCV's extra modules
OpenCV can be compiled against Qt5 and Qt6. The Contrib CVV module depends on Qt5 and has received an incomplete patch with #3072 that allows configuring but not compiling. CVV...
make error with opencv-3.4.0: fatal error: opencv2/xfeatures2d/cuda.hpp: No such file or directory
##### System information (version) my cmake configuration is: ``` cmake -D CMAKE_BUILD_TYPE=RELEASE \ -D CMAKE_INSTALL_PREFIX=/opt/local/ \ -D INSTALL_PYTHON_EXAMPLES=ON \ -D INSTALL_C_EXAMPLES=ON \ -D PYTHON_EXCUTABLE=/usr/bin/python \ -D OPENCV_EXTRA_MODULES_PATH=~/Program/opencv-3.4.0/opencv_contrib-3.4.0/modules \ -D WITH_CUDA=OFF...
API Behavior Change: return four vertices of qrcode instead of axis aligned bounding box. The change can be tested by the original test files. Related issue: https://github.com/opencv/opencv_contrib/issues/3037 Returning coordinate information...
##### System information (version) - OpenCV => 4.5.4 - OpenCV Contrib => Last Version - Operating System / Platform => Windows 10 64 Bit - Compiler => Visual Studio 2019...
i cannot build opencv in termux error when reach time to 'waldboost' part. i copy the result with `make VERBOSE=1`, hope someone can told me how to fix it ```...
##### System information (version) - OpenCV => 4.6.0 (HEAD) - Operating System / Platform => Linux - Compiler => clang 13 ##### Detailed description Some found corners lead to `inf`...
##### System information (version) - OpenCV => 4.6.0 - Operating System / Platform => CentOS 7 - Compiler => gcc-11 (devtoolset-11) - Nvidia system with R515.48.07 driver and CUDA 11.7....
WeChat detectAndDecode() return "raw" and inaccurate corners. ### 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. -...
Support pre- and post-4.6.0 ChaRuCo patterns (even rows) via a "legacy" flag. Default is set to "true" for best backwards compatibility as discussed in https://github.com/opencv/opencv_contrib/issues/3291. - [X] I agree to...
This fixes #3312 Previously the OpenCV modules was found using `CMAKE_SOURCE_DIR` which always points to the top level CMake directory. Using `OpenCV_SOURCE_DIR` allows for a more robust way of getting...