How to show FPFHSignature33 on PCLVisualizer [closed]

asked 2016-09-07 03:56:32 -0500

Tianyun Xiong gravatar image

My code is following,just parts. pcl::PointCloud<pcl::fpfhsignature33>::Ptr fpfhs (new pcl::PointCloud<pcl::fpfhsignature33> ()); fpfh.compute (*fpfhs); pcl::visualization::CloudViewer viewer("My Viewer"); viewer.showCloud(fpfhs); while (!viewer.wasStopped()) { } when i run ,it will occur: /home/aicrobo/Documents/FPFH/fpfh.cpp:56: error: no matching function for call to 'pcl::visualization::CloudViewer::showCloud(pcl::PointCloud<pcl::fpfhsignature33>::Ptr&)' viewer.showCloud(fpfhs);

Thanks! ^

edit retag flag offensive reopen merge delete

Closed for the following reason PCL Question: The PCL community prefers to answer questions at http://www.pcl-users.org/ by Akif
close date 2016-09-07 05:06:04.832289