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

  /external/opencv3/samples/cpp/tutorial_code/features2D/
AKAZE_match.cpp 11 const float nn_match_ratio = 0.8f; // Nearest neighbor matching ratio variable
40 if(dist1 < nn_match_ratio * dist2) {
  /external/opencv3/samples/cpp/tutorial_code/xfeatures2D/
LATCH_match.cpp 20 const float nn_match_ratio = 0.8f; // Nearest neighbor matching ratio variable
58 if (dist1 < nn_match_ratio * dist2) {