Searched refs:nn_match_ratio (Results 1 – 5 of 5) sorted by relevance
11 const float nn_match_ratio = 0.8f; // Nearest neighbor matching ratio variable40 if(dist1 < nn_match_ratio * dist2) { in main()
20 const float nn_match_ratio = 0.8f; // Nearest neighbor matching ratio variable58 if (dist1 < nn_match_ratio * dist2) { in main()
16 const double nn_match_ratio = 0.8f; // Nearest-neighbour matching ratio variable62 if(matches[i][0].distance < nn_match_ratio * matches[i][1].distance) { in process()
82 if(matches[i][0].distance < nn_match_ratio * matches[i][1].distance) {88 If the closest match is *nn_match_ratio* closer than the second closest one, then it's a
76 if(dist1 < nn_match_ratio * dist2) {