ParaView/PCL Plugin: Difference between revisions
Line 2: | Line 2: | ||
|- | |- | ||
|style="vertical-align: top; border-right: 2em solid white; "| | |style="vertical-align: top; border-right: 2em solid white; "| | ||
[[Image:PCLPlugin_cloudlogo.jpg|200px]] | |||
=== What is the PCL Plugin ? === | === What is the PCL Plugin ? === | ||
The plugin facilitates to use point cloud processing algorithms, as implemented in Willow Garage's [http://pointclouds.org/ Point Cloud Processing Library (PCL)], to be used within ParaView. Since the plugin wraps PCL algorithms as VTK filters, they are available within Python, thus enabling fast prototyping and easy visualization of novel point cloud processing approaches. Once point cloud data is loaded in ParaView, users can interactively call PCL algorithms, color the point clouds by different attributes, or easily compose a processing pipelines to explore point cloud data. | The plugin facilitates to use point cloud processing algorithms, as implemented in Willow Garage's [http://pointclouds.org/ Point Cloud Processing Library (PCL)], to be used within ParaView. Since the plugin wraps PCL algorithms as VTK filters, they are available within Python, thus enabling fast prototyping and easy visualization of novel point cloud processing approaches. Once point cloud data is loaded in ParaView, users can interactively call PCL algorithms, color the point clouds by different attributes, or easily compose a processing pipelines to explore point cloud data. | ||
=== Currently supported PCL functionality === | === Currently supported PCL functionality === |
Revision as of 14:29, 28 May 2012
What is the PCL Plugin ?The plugin facilitates to use point cloud processing algorithms, as implemented in Willow Garage's Point Cloud Processing Library (PCL), to be used within ParaView. Since the plugin wraps PCL algorithms as VTK filters, they are available within Python, thus enabling fast prototyping and easy visualization of novel point cloud processing approaches. Once point cloud data is loaded in ParaView, users can interactively call PCL algorithms, color the point clouds by different attributes, or easily compose a processing pipelines to explore point cloud data. Currently supported PCL functionalityAt the current stage of development (tested against PCL 1.5), the plugin implements several of PCL's core algorithms for point cloud processing, listed below:
News
ReferencesIf you are using the plugin for your research project, please cite the following paper:
Here's the corresponding Bibtex entry: @inproceedings{Marion12a, author = {P.~Marion and R.~Kwitt and B.~Davis}, title = {PCL and ParaView - Connecting the Dots}, booktitle = {CVPR Workshop on Point Cloud Processing (PCP)}, year = 2012} |
|