That's a complex topic. I would recommend taking a look at PCL (http://www.pointclouds.org/) which has many segmentation tools. MRPT provides conversion methods between CPointsMap and PCL point clouds so one can use both libs easily. For very large point clouds the conversion is not the most efficient thing in the world, but just haven't found any better alternative yet.
Hi, That's a complex topic. I
Hi,
That's a complex topic. I would recommend taking a look at PCL (http://www.pointclouds.org/) which has many segmentation tools. MRPT provides conversion methods between CPointsMap and PCL point clouds so one can use both libs easily. For very large point clouds the conversion is not the most efficient thing in the world, but just haven't found any better alternative yet.
See CPointsMap::getPCLPointCloud().
JL