opencv/modules/calib3d
Daniel Angelov ce1b6e2137 Fixed inconsistency with flag names
Fixed inconsistency with flag names for solvePnP. 
The default value for the function lacks the CV_ prefix. The code checks against "ITERATIVE". The suggested values for the parameters *include* the prefix.
Even though the enum CV_ITERATIVE (+ CV_P3P, CV_EPNP) = ITERATIVE (& P3P, EPNP), lets show to the users only one of them.
Now the user sees only {ITERATIVE, P3P, EPNP}.
2014-05-30 23:59:32 +01:00
..
doc Fixed inconsistency with flag names 2014-05-30 23:59:32 +01:00
include/opencv2 modify signature of stereoCalibrate for consistency 2013-12-17 14:53:44 +09:00
perf finalizing 2014-03-17 10:42:19 +04:00
src Switched insertion of connected components in filterSpecklesImpl 2014-05-16 18:49:45 -04:00
test Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-04-14 16:08:02 +04:00
CMakeLists.txt Global CMake reorganization: 2012-02-03 11:26:49 +00:00