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

Just now I can't set some parameters for [cv::videostab::KeypointBasedMotionEstimatorGpu](https://github.com/opencv/opencv_contrib/blob/4.x/modules/videostab/include/opencv2/videostab/global_motion.hpp#L269) class. For example I want to set non default parameters for [features detector](https://github.com/opencv/opencv_contrib/blob/4.x/modules/videostab/src/global_motion.cpp#L789C5-L789C66). On Nvidia Jetson Nano it works very slow....

##### System information (version) - OpenCV => 3.2.0 - Operating System / Platform => Ubuntu - Compiler => icpc/gcc ##### Detailed description I have never contributed to OpenCV, so sorry...

### Pull Request Readiness Checklist Pertaining Issue: https://github.com/opencv/opencv/issues/22923 Documentation: https://viel-zu.org/opencv/doxygen/html/d7/dfc/v4d.html I am creating this (functional) draft to get V4D into review. Please shoot :) - [x] I agree to contribute...

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

The freetype module uses CtoL param to split bezier curve segment to polylines. This patch makes local upper limitation for each segments. It is determined with total length of polylines...

bug
category: freetype

Fix https://github.com/opencv/opencv_contrib/issues/3544 ### 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...

When I have get CCM result, how can I evalute the CCM result, I mean I use different params for calculating CCM, I process the same image with the different...

From the code it seems that the images get cast to float32 ([0.0, 1.0] range, right?) anyway: https://github.com/opencv/opencv_contrib/blob/daaf645151b7afbafabfacf71ae2880cf6fc904e/modules/ximgproc/src/graphsegmentation.cpp#L165, so why is not working if I'm passing directly a float32 image?...

##### System information (version) - OpenCV => :grey_question: 4.7 - Operating System / Platform => :grey_question: Ubuntu18 - Compiler => :grey_question: cmake ##### Detailed description I am installing opencv from...

question (invalid tracker)

In the supportVectorRegression(...) function of LandmarkLBF.cpp there is a typo. _lambda_ and _upper_bound_ were declared as a size 1 array, but it was supposed to be a size l array!...