Skip to content

Global Recognizing Descriptors of Point Cloud && Local Matching Descriptors of Point Cloud

Notifications You must be signed in to change notification settings

sally-203/object_location

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Location

Descriptors

This is a project for point cloud matching and recognition based on traditional descriptors. The descriptors used for point cloud matching include PFH/FPFH/RSD/3DSC/USC/SHOT/SPIN IAMGE/ROPS, etc. The descriptors used for point cloud recognition include VFH/CVFH/OUR CVFH/ESF/GFPFH/GRSD.

Requirements

  • OpenCV
  • PCL
  • Eigen3
  • libconfig++

Usage

After install all requirements:

    mkdir build && cmake ..
    make -j
  • Point Cloud Matching: ./test_match "path1 of 1st point cloud" "path2 of 2nd point cloud".
  • Point Cloud Recognition: ./test_recognize "path1 of 1st point cloud" "path2 of 2nd point cloud".
  • Modify the config file ("global_param.cfg" and "local_param.cfg") for better perfomance.

About

Global Recognizing Descriptors of Point Cloud && Local Matching Descriptors of Point Cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published