HomeSort by relevance Sort by last modified time
    Searched refs:LMEDS (Results 1 - 6 of 6) sorted by null

  /external/opencv3/modules/calib3d/test/
test_homography.cpp 68 int METHOD[METHODS_COUNT] = {0, cv::RANSAC, cv::LMEDS, cv::RHO};
147 cout << "Method: "; if (_method == 0) cout << 0; else if (_method == 8) cout << "RANSAC"; else if (_method == cv::RHO) cout << "RHO"; else cout << "LMEDS"; cout << endl;
159 cout << "Method: "; if (_method == 0) cout << 0; else if (_method == 8) cout << "RANSAC"; else if (_method == cv::RHO) cout << "RHO"; else cout << "LMEDS"; cout << endl;
312 case LMEDS:
415 case LMEDS:
    [all...]
  /external/opencv3/modules/calib3d/include/opencv2/
calib3d.hpp 186 enum { LMEDS = 4, //!< least-median algorithm
268 - **LMEDS** - Least-Median robust method
275 @param mask Optional output mask set by a robust method ( RANSAC or LMEDS ). Note that the input
294 you can use one of the three robust methods. The methods RANSAC, LMeDS and RHO try many different
298 LMeDs). The best subset is then used to produce the initial estimate of the homography matrix and
306 distinguish inliers from outliers. The method LMeDS does not need any threshold but it works
    [all...]
  /external/opencv3/modules/calib3d/src/
fundam.cpp 384 else if( method == LMEDS )
401 if( method == RANSAC || method == LMEDS )
    [all...]
  /external/opencv3/modules/videostab/src/
global_motion.cpp 506 M = findHomography(points0, points1, mask, LMEDS);
  /external/opencv3/modules/java/src/
calib3d+Calib3d.java 35 LMEDS = 4,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 284 milliseconds