opencv_contrib
opencv_contrib copied to clipboard
Repository for OpenCV's extra modules
- OpenCV => 4.6 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2019/2022 ##### Detailed description The write and read function from cv::ppf_match3d::PPF3DDetector class...
there is a [fix](https://github.com/opencv/opencv_contrib/pull/3342)
### 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,...
##### System information (version) - OpenCV => Latest master - Operating System / Platform => Windows 10 x64 - Compiler => Visual Studio 2017 x64 ##### Detailed description With OpenGL...
resolves #2855 use a temporal Mat header for convertTo() ### Pull Request Readiness Checklist - [x] I agree to contribute to the project under Apache 2 License. - [x] To...
##### System information (version) - OpenCV => 4.6 - Operating System / Platform => Linux x64 with Nvidia Cuda 11.6 - Compiler => gcc ##### Detailed description Hello! I am...
Hi there, I am having issues with cv2.moments(). According to the formula for image moment computation, the ordering of the points in the contour used to calculate the moments should...
##### System information (version) - OpenCV => 4.6.0 - Operating System / Platform => Ubuntu 20.04 - Compiler => g++ ##### Detailed description ##### Steps to reproduce Use an image...
##### System information (version) ##### Detailed description opencv_js.config.py : face = {'': ['createFacemarkLBF', 'createFacemarkAAM', 'createFacemarkKazemi', 'drawFacemarks'], 'Facemark': ['fit', 'loadModel'], 'FacemarkLBF': [], 'FacemarkAAM': [], 'FacemarkKazemi': [], } JS enabled in Face...
### Feature The code computed camera spatial velocity given two images, pixels depth, camera matrix and the timestamp between the images. This is enabled by, so called, interaction matrix (usually...