Skip to content

Simple plane fitting using C++ and pcl

Notifications You must be signed in to change notification settings

ardiya/simple_plane_fitting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple plane fitting using C++ and pcl

Topics

Resources

Stars

Watchers

Forks