Home
last modified time | relevance | path

Searched refs:inlier_threshold (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/samples/cpp/tutorial_code/features2D/
DAKAZE_match.cpp10 const float inlier_threshold = 2.5f; // Distance threshold to identify inliers variable
56 if(dist < inlier_threshold) { in main()
/external/opencv3/samples/cpp/tutorial_code/xfeatures2D/
DLATCH_match.cpp19 const float inlier_threshold = 2.5f; // Distance threshold to identify inliers variable
74 if (dist < inlier_threshold) { in main()
/external/opencv3/doc/tutorials/features2d/akaze_matching/
Dakaze_matching.markdown96 if(dist < inlier_threshold) {