Skip to content

Personal practice using segmentation methods for point cloud segmentation

Notifications You must be signed in to change notification settings

liuxinren456852/Point-Cloud-Segmentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCL practice segmenting point clouds

Libraries that I use:

Data sets used:

  • Oakland 3-D Point Cloud Dataset - CVPR 2009 subset -- Link: http://www.cs.cmu.edu/~vmr/datasets/oakland_3d/cvpr09/doc/ -- From the paper: -- Contextual Classification with Functional Max-Margin Markov Networks. -- Daniel Munoz, J. Andrew (Drew) Bagnell, Nicolas Vandapel, and Martial Hebert. -- IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR), June, 2009.

Making the files:

  • cmake -H. -Bbuild
  • cmake --build build -- -j3

Running the script:

  • ./bin/point_cloud_seg

About

Personal practice using segmentation methods for point cloud segmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.7%
  • CMake 6.3%