//#include <pcl/point_types.h>
//#include <pcl/point_cloud.h>
//#include <pcl/console/parse.h>
//#include <pcl/console/print.h>
//#include <pcl/io/pcd_io.h>
//#include <boost/filesystem.hpp>
//#include <flann/flann.h>
//#include <flann/io/hdf5.h>
//#include <fstream>
//
//typedef std::pair<std::string, std::vector<float> > vfh_model;
//
///** \brief Loads an n-D histogram file as a VFH signature
//* \param path the input file name
//* \param vfh the resultant VFH model
//*/
//bool
//loadHist(const boost::filesystem::path &path, vfh_model &vfh)
//{
// 具体代码见链接:https://download.youkuaiyun.com/download/m0_37957160/85879716
//}
//
//int
//main(int argc, char** argv)
//{
// if (argc < 2)
// {
//
使用VFH描述符进行聚类识别和6自由度姿态估计(大场景下点云数据的管道识别)
于 2019-10-24 08:29:14 首次发布