ParaView/PCL Plugin: Difference between revisions
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
=== What is the PCL Plugin ? === | === What is the PCL Plugin ? === | ||
The PCL plugin for ParaView | The PCL plugin for ParaView allows users to access filters from the [http://pointclouds.org/ Point Cloud Processing Library (PCL)] within ParaView. The plugin wraps PCL algorithms as VTK filters. The plugin also provides Python bindings for the filters using VTK's python wrapping, thus enabling fast prototyping and integration with NumPy and SciPy. With point cloud data loaded in ParaView, users can interactively apply PCL algorithms, color the point clouds by different attributes, and quickly compose complex processing pipelines to explore the point cloud data. | ||
=== Currently supported PCL algorithms === | === Currently supported PCL algorithms === | ||
At the current stage of development, the plugin | At the current stage of development, the plugin provides several of PCL's core algorithms for point cloud processing, including: | ||
* Euclidean cluster extraction | * Euclidean cluster extraction | ||
Line 52: | Line 52: | ||
| | | | ||
* '''[[ParaView/PCL Plugin/Screenshots and Videos|Screenshots & Videos]]''' | * '''[[ParaView/PCL Plugin/Screenshots and Videos|Screenshots & Videos]]''' | ||
* '''[[ParaView/PCL_Plugin/Testdata| | * '''[[ParaView/PCL_Plugin/Testdata|Test data]]''' | ||
|}<br /> | |}<br /> | ||
[[Image: Kitware_logo.jpg|200px|link=http://www.kitware.com/]] | [[Image: Kitware_logo.jpg|200px|link=http://www.kitware.com/]] | ||
[[Image: Pcl vert pos.png|200px|link=http://www.pointclouds.org/]] | [[Image: Pcl vert pos.png|200px|link=http://www.pointclouds.org/]] | ||
|} | |} | ||
__NOTOC__ | __NOTOC__ |
Revision as of 14:05, 13 June 2012
What is the PCL Plugin ?The PCL plugin for ParaView allows users to access filters from the Point Cloud Processing Library (PCL) within ParaView. The plugin wraps PCL algorithms as VTK filters. The plugin also provides Python bindings for the filters using VTK's python wrapping, thus enabling fast prototyping and integration with NumPy and SciPy. With point cloud data loaded in ParaView, users can interactively apply PCL algorithms, color the point clouds by different attributes, and quickly compose complex processing pipelines to explore the point cloud data. Currently supported PCL algorithmsAt the current stage of development, the plugin provides several of PCL's core algorithms for point cloud processing, including:
News
ReferencesIf you are using the plugin for your project, please cite the following paper:
Here's the corresponding Bibtex entry: @inproceedings{Marion12a, author = {P.~Marion and R.~Kwitt, B.~Davis and M. Gschwandtner}, title = {PCL and ParaView - Connecting the Dots}, booktitle = {CVPR Workshop on Point Cloud Processing (PCP)}, year = 2012} |
|