So you're looking for something like:
--------------
...
n_inliers_count = sac_model_->countWithinDistance (model_coefficients, threshold_);
if (n_inliers_count < predefined_min_user_count_)
{
++ skipped_count;
continue;
}
// Better match ?
if (n_inliers_count > n_best_inliers_count)
{
...
--------------
?
Cheers,
Radu.
--
http://openperception.orgOn 07/31/2012 12:23 PM, zshah wrote:
_______________________________________________
[hidden email] /
http://pointclouds.orghttp://pointclouds.org/mailman/listinfo/pcl-users