Skip to content

Algorithm that detects a hole of specified size in a point cloud, written in C++ and PCL standard library

Notifications You must be signed in to change notification settings

jackyspeed/hole_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hole_detection

###Description

  • Filters point cloud data and finds holes in the surface of the object. Written in C++ and CMake.

###Dependencies:

###Run

  • navigate to the build folder (if it isn't there, simply make one) and run the following commands:
  • cmake ..
  • make
  • ./hole_detection [filename].pcd

###Result

  • Boundary points will be appended to boundary.pcd which will need to have its POINTS and WIDTH values set to the number of points it contains
  • Any .pcd files can be viewed using pcl_viewer which should be available after downloading pcl

Written by Aiden Cullo(cullo7)

About

Algorithm that detects a hole of specified size in a point cloud, written in C++ and PCL standard library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published