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

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

feature
category: cvv
category: build/install

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

duplicate
category: build/install
category: cuda
incomplete

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

category: wechat_qrcode

##### System information (version) - OpenCV => 4.5.4 - OpenCV Contrib => Last Version - Operating System / Platform => Windows 10 64 Bit - Compiler => Visual Studio 2019...

question (invalid tracker)

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 ```...

category: xobjdetect
category: build/install
incomplete

##### System information (version) - OpenCV => 4.6.0 (HEAD) - Operating System / Platform => Linux - Compiler => clang 13 ##### Detailed description Some found corners lead to `inf`...

bug
category: mcc

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

bug
category: rgbd
category: build/install

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

test
category: wechat_qrcode

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

category: aruco
test

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