ParaView/PCL Plugin

From KitwarePublic
< ParaView
Revision as of 14:07, 28 May 2012 by Rkwitt (talk | contribs)
Jump to navigationJump to search

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 functionality

At 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:

  • Surface normal estimation
  • Euclidean cluster extraction
  • Plane fitting (RANSAC)
  • Cylinder fitting (RANSAC)
  • VoxelGrid filter
  • Concave Hull computation
  • Euclidean outlier removal

News

  • We will present the PCL plugin and give a demo at this year's CVPR in Providence, RI (Sunday, June 16, 4.55pm - 6.30pm). Browse the workshop website for more information.

References

If you are using the plugin for your research project, please cite the following paper:

  • P. Marion, R. Kwitt and B. Davis, [PCL and ParaView - Connection the Dots], Proceedings of the IEEE International Workshop on Point Cloud Processing (PCP '12), 2012 (held in conjunction with CVPR '12)

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}
Getting started
  • Download & Build Instructions
  • Developer Guide
  • Tutorials

Community
  • Screenshots & Videos
  • Licensing