opencv_contrib
opencv_contrib copied to clipboard
Repository for OpenCV's extra modules
[Nightly build](http://pullrequest.opencv.org/buildbot/builders/master_openvino-skx-lin64/builds/869). ``` ====================================================================== FAIL: test_age_gender_infer (test_gapi_infer.test_gapi_infer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/master_openvino-skx-lin64/opencv/modules/gapi/misc/python/test/test_gapi_infer.py", line 57, in test_age_gender_infer self.assertEqual(0.0, cv.norm(dnn_gender, gapi_gender, cv.NORM_INF)) AssertionError: 0.0 != 2.7939677238464355e-08 ```
``` [ RUN ] CV_DnnSuperResMultiOutputTest.accuracy unknown file: Failure C++ exception with description "OpenCV(5.0.0-pre) /Users/opencv-cn/GHA-OCV-1/_work/opencv_contrib/opencv_contrib/opencv/modules/dnn/src/net_impl2.cpp:412: error: (-2:Unspecified error) in function 'void cv::dnn::dnn5_v20240521::Net::Impl::forwardWithMultipleOutputs(cv::OutputArrayOfArrays, const std::vector &)' > the number of requested and...
closes #2485 #2735 ### 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...
##### System information (version) - OpenCV => 4.10.0 - Operating System / Platform => Ubuntu20.04 - Compiler => gcc9 ##### Detailed description I use the wechat_qrcode module of OpenCV4.10.0 for...
Currently, the complexity of `convexHull()` is O(N log(N)) (N is the number of points) because the first step is `std::sort()`. If we calculate convex hull based on run-length encoding like...
I copied the raw image data from QImage (Qt Framework) to Mat with the code below: `Mat img(qimage.height(), qimage.width(), CV_8UC1, reinterpret_cast(qimage.bits()), qimage.bytesPerLine())` Due to byte alignment, `qimage.width()` may not be...
##### System information (version) - OpenCV => :4.9.0 - Operating System / Platform => :Windows 64 Bit - Compiler => :Visual Studio 2022 ##### Detailed description When using the findEllipses...
closes #3739 ### 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...
### 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,...
### 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,...