PlaneDetection
PlaneDetection copied to clipboard
Is the .pcl file I saved compatible with PCL point cloud data format ?
It's a great honor to read your paper. Your visualization platform is really beautiful. Can I import the plane data structure in PCL into your platform for display? Is there any special function meaning in the name of the .pcl file?:)
Plane shape of PCL
pcl::ModelCoefficients coeffs; coeffs.values.push_back (0.0); coeffs.values.push_back (0.0); coeffs.values.push_back (1.0); coeffs.values.push_back (0.0); viewer->addPlane (coeffs, "plane");