ParaView/PCL Plugin: Difference between revisions
No edit summary |
|||
Line 24: | Line 24: | ||
=== References === | === References === | ||
If you are using the plugin for your | If you are using the plugin for your project, please cite the following paper: | ||
* P. Marion, R. Kwitt and B. Davis, [[Media:Paper.pdf|PCL and ParaView - Connecting the Dots]], Proceedings of the IEEE International Workshop on Point Cloud Processing (PCP '12), 2012 (held in conjunction with CVPR '12) | * P. Marion, R. Kwitt and B. Davis, [[Media:Paper.pdf|PCL and ParaView - Connecting the Dots]], Proceedings of the IEEE International Workshop on Point Cloud Processing (PCP '12), 2012 (held in conjunction with CVPR '12) |
Revision as of 14:57, 28 May 2012
What is the PCL Plugin ?The PCL plugin for ParaView 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 algorithmsAt the current stage of development, the plugin implements several of PCL's core algorithms for point cloud processing, among which are the following:
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 and B.~Davis}, title = {PCL and ParaView - Connecting the Dots}, booktitle = {CVPR Workshop on Point Cloud Processing (PCP)}, year = 2012} |
|