PCL:平面分割

时间:2013-03-05 13:41:50

标签: c++ computer-vision point-cloud-library

尝试按照here

的气缸分割示例进行操作时

我已经复制了代码,但它不会在行上编译:

extract.setIndices (inliers_plane); 

我得到的错误是:

function pcl::ExtractIndices<pcl::PointXYZ>::applyFilter(std::vector<int, std::allocator<int> >&): error: undefined reference to 'pcl::ExtractIndices<pcl::PointXYZ>::applyFilterIndices(std::vector<int, std::allocator<int> >&)' 

任何想法有什么不对?

这些是我链接的库:

-lpcl_io 
-lpcl_visualization 
-lpcl_tracking 
-lpcl_common 
-lpcl_surface 
-lpcl_kdtree 
-lpcl_keypoints 
-lpcl_octree 
-lpcl_registration 
-lpcl_sample_consensus 
-lpcl_search 
-lpcl_segmentation 
-lpcl_geometry 
-lpcl_surface 
-lpcl_features

1 个答案:

答案 0 :(得分:0)

还需要链接pcl_filters