Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 512 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 512 Bytes

Simple Plane Fitting

Simple plane fitting with PCL/C++:

  • Region Growing(normal based clustering)
  • RANSAC Plane Fitting
  • Convex Hull to get the outline

Build

requirement: apt install libpcl-dev

mkdir build
cd build
cmake ..
make

Run

# Usage: ./simple_plane_fitting [data_path] [visualize] [downsample size] [colorless]
./simple_plane_fitting ../data/table.pcd true
./simple_plane_fitting ../data/kinfu.pcd true 0.01 true