Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Alexander Alekhin 42c0914382 Merge pull request #9086 from catree:improve_solvePnPRansac 7 years ago
..
doc
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. 7 years ago
misc/java Refactor OpenCV Java Wrapping 8 years ago
perf calib3d(perf): disable SGBM tests in debug mode 7 years ago
src Merge pull request #9086 from catree:improve_solvePnPRansac 7 years ago
test Merge pull request #9075 from TonyLianLong:master 7 years ago
CMakeLists.txt