This project converts point clouds and meshes between VTK formats and PCL formats. Point Clouds ------------ vtkPolyData <-> pcl::PointCloud Meshes ------ vtkPolyData <-> pcl::PolygonMesh The conversions are provided in PCLtoVTK.h/cpp and VTKtoPCL.h/cpp. Drivers are provided to demonstrate the conversions. The files are named PCD instead of PCL and VTP instead of VTK because these are the specific file types we are reading and writing in the examples.
13269252368/VTK_PCL_Conversions
NOTE: This work has been merged into the PCL trunk repository. Conversion between the VTP and PCD file formats
C++