Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 663 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 663 Bytes

Laser_Cloud_Viewer

View, Merge, Segment, Noise Remove Laser Scanned Point Cloud. Based on PCL and its dependencies and FLTK.

Currently, parameters are fine-tuned for 3D scanned ASCII data file from "LEICA C10", though you can adjust them as you wish.

How To Use

Dependency:

PCL(and its dependencies: Boost, Eigen, Flann, VTK, and more)

FLTK for GUI App

OpenMP(Optional)

Build:

  $ git clone [email protected]:KMilhan/Laser_Cloud_Viewer.git # Or HTTPS protocol if you wish
  $ cd Laser_Cloud_Viewer

  $ mkdir build && cd build

  $ cmake ..

  $ make [-j]

Contact: [email protected]