This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
mirror of
https://github.com/opencv/opencv.git
synced
2024-11-27 04:36:36 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
4b75be801e
opencv
/
modules
/
calib3d
History
Alexander Alekhin
42c0914382
Merge pull request
#9086
from catree:improve_solvePnPRansac
2017-07-14 17:28:47 +00:00
..
doc
Add distortion example images for calib3d documentation.
2016-10-09 20:35:58 +02:00
include
/opencv2
Use directly solvePnP when the number of input points is equal to the number of model points. Enable useExtrinsicGuess parameter. Return rvec and tvec estimated using all the inliers instead of the best rvec and tvec estimated during the Minimal Sample Sets step. Document the behavior of solvePnPRansac.
2017-07-05 13:17:38 +02:00
misc
/java
Refactor OpenCV Java Wrapping
2017-06-15 20:35:12 +04:00
perf
calib3d(perf): disable SGBM tests in debug mode
2017-06-29 12:49:47 +03:00
src
Merge pull request
#9086
from catree:improve_solvePnPRansac
2017-07-14 17:28:47 +00:00
test
Merge pull request
#9075
from TonyLianLong:master
2017-07-03 16:14:17 +00:00
CMakeLists.txt
Python support
2015-03-02 18:13:00 +03:00