Use known model coefficients to segment a new point cloud
I have segmented a point cloud using sample consesus in a manner similar to this tutorial. I would now like to use the model coefficients I have found from this segmentation to segment a new point cloud, without re-doing the sample consensus.
How should I go about doing this? The pcl::SACSegmentation
object doesn't seem to allow for setting of model coefficients.
Asked by BillCheetham on 2011-11-09 02:53:06 UTC
Comments