Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 642 Bytes

File metadata and controls

20 lines (13 loc) · 642 Bytes

FastPointCloudSegmentation

This is a modified implementation of the point cloud segmentation method described in this IEEE paper.

Requirements

  • g++
  • make
  • CloudCompare (visualization purposes)

Getting Started

  1. Clone this repository on to your local machine.
  2. In the project top level directory, run make or make all.
  3. Upload build/predicted_clusters.txt into CloudCompare.

Libraries Used