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

**WIP** DynaFu is being reworked to support true Dual Quaternion Blending as in the article. TODOs: - [ ] Write real TODOs and PR description - [x] Use sparse solver...

### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [ ] I agree to contribute to the project under OpenCV (BSD) License. - [ ] To the best of...

feature
category: structured_light

Earlier the CChecker class only stores the four corners of the chart, others were to be calculated by the user using perspective transform. Now the centers of each squares in...

GSoC

This PR would contain the work done towards the GSoC 2020 project on Point Cloud object fitting. This is a test to see whether the PR builds. I will continue...

GSoC

README.md markdown correct. ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [ ] I agree to contribute to the project under OpenCV (BSD) License. - [ ] To...

category: documentation
category: cnn_3dobj

Added Python3 script with a benchmark for trackers. LaSOT paper: https://arxiv.org/abs/1809.07845 TrackingNet paper: https://arxiv.org/abs/1803.10794 TrackingNet repo: https://github.com/SilvioGiancola/TrackingNet-devkit/blob/master/metrics.py For every tracker was used a particular rate of re-initialization (measured in frames)....

feature
category: tracking

### 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 OpenCV (BSD) License. - [x] To the best of my knowledge,...

* add sudo ldconfig and tesseract -v to make sure that tesseract is built successfully * Fix unused url to download eng.traineddata from tessdata 3.04 Related issue #2435 ### This...

category: text
category: documentation

According to the original paper of SURF, the list of box filter sizes is as follows : Octave 4 : 51, 99, 147, 195 Octave 3 : 27, 51, 75,...