HomeSort by relevance Sort by last modified time
    Searched defs:RANSAC (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/calib3d/include/opencv2/
calib3d.hpp 187 RANSAC = 8, //!< RANSAC algorithm
235 FM_RANSAC = 8 //!< RANSAC algorithm
267 - **RANSAC** - RANSAC-based robust method
271 (used in the RANSAC and RHO methods only). That is, if
275 @param mask Optional output mask set by a robust method ( RANSAC or LMEDS ). Note that the input
277 @param maxIters The maximum number of RANSAC iterations, 2000 is the maximum it can be.
294 you can use one of the three robust methods. The methods RANSAC, LMeDS and RHO try many different
297 computed homography (which is the number of inliers for RANSAC or the median re-projection error fo
    [all...]
  /external/opencv3/modules/java/src/
calib3d+Calib3d.java 36 RANSAC = 8,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 63 milliseconds