mitchellsayer / FastPointCloudSegmentation

A modified implementation of the point cloud segmentation method described in: http://ieeexplore.ieee.org/document/7989591/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A modified implementation of the point cloud segmentation method described in: http://ieeexplore.ieee.org/document/7989591/


Languages

Language:C++ 99.8%Language:Makefile 0.2%