valgur / VTK_PCL_Conversions

NOTE: This work has been merged into the PCL trunk repository. Conversion between the VTP and PCD file formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

NOTE: This work has been merged into the PCL trunk repository. Conversion between the VTP and PCD file formats


Languages

Language:TeX 87.7%Language:C++ 11.3%Language:CMake 0.8%Language:Perl 0.1%