PCL Version: 0.3 Cython Version: Hi In the example of pcl , i got error: import pcl p = pcl.PointCloud() AttributeError: module 'pcl' has no attribute 'PointCloud' Anyone knows the solution ?
The last weeks I have been busy implementing the LCCP algorithm in PCL. The algorithm can be used to split a point cloud into regions which are isolated by concave boundaries to all other regions. It turns out that this is a highly valuable segmentation as it often retrieves (bottom-up!)...