Searched refs:inlier_threshold (Results 1 – 3 of 3) sorted by relevance
10 const float inlier_threshold = 2.5f; // Distance threshold to identify inliers variable56 if(dist < inlier_threshold) { in main()
19 const float inlier_threshold = 2.5f; // Distance threshold to identify inliers variable74 if (dist < inlier_threshold) { in main()
96 if(dist < inlier_threshold) {