pcl_ros SAC Segmentation

asked 2018-03-01 16:03:45 -0500

2ROS0 gravatar image

Hi,

PCL has a RANSAC based method to detect planes from a set of 3d points. One of the user inputs to the SACSegmentation class is a "distance threshold" that's set using the pcl::SACSegmentation::setDistanceThreshold() function. However, the documentation doesn't contain info on how that value is used? What are the units that it expects and is it any different for lines and planes?

This might not be directly related to ROS but I know a lot of robotics developers use the pcl_ros stack so maybe someone has an answer to this (let me know if pcl questions should not go on this website)

Thanks

edit retag flag offensive close merge delete

Comments

1

PCL has a dedicated support forum: www.pcl-users.org. This is more appropriate there.

If you do post there, please comment here with a link to your pcl-users post.

gvdhoorn gravatar image gvdhoorn  ( 2018-03-02 01:34:51 -0500 )edit