#include <featuresextractor.h>
Public Types | |
typedef pcl::PointXYZI | point_type |
Public Member Functions | |
FeaturesExtractor () | |
pcl::PointCloud< point_type >::Ptr | localFeatures (const pcl::PointCloud< point_type >::Ptr point_cloud_in) |
std::vector< cv::Point2f > | mapFeatures (cv::Mat &map, const int &maxCorners=50, const double &qualityLevel=0.001, const double &minDistance=1.0, const int &blockSize=3, const bool &useHarrisDetector=false, const double &k=0.04) |
Definition at line 15 of file featuresextractor.h.
typedef pcl::PointXYZI FeaturesExtractor::point_type |
Definition at line 20 of file featuresextractor.h.
Definition at line 3 of file featuresextractor.cpp.
pcl::PointCloud< pcl::PointXYZI >::Ptr FeaturesExtractor::localFeatures | ( | const pcl::PointCloud< point_type >::Ptr | point_cloud_in | ) |
Definition at line 41 of file featuresextractor.cpp.
std::vector< cv::Point2f > FeaturesExtractor::mapFeatures | ( | cv::Mat & | map, |
const int & | maxCorners = 50 , |
||
const double & | qualityLevel = 0.001 , |
||
const double & | minDistance = 1.0 , |
||
const int & | blockSize = 3 , |
||
const bool & | useHarrisDetector = false , |
||
const double & | k = 0.04 |
||
) |
Definition at line 7 of file featuresextractor.cpp.