Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 453 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 453 Bytes

pointcloud

SOR Filtering, RANSAC based plane segmentation, normal estimation, visualization.

The main and utils code is present in /src headers in /include Put your .pcd files(http://pointclouds.org/documentation/tutorials/pcd_file_format.php) in data and op in /out.

Installing

move to build folder ie (depending on your file location)

  cd Downloads/pointcloud/build

and then use

  cmake ..
  make
  ./main