Point Cloud Library (PCL)
1.14.1-dev
|
This is the complete list of members for pcl::keypoints::agast::AbstractAgastDetector, including all inherited members.
AbstractAgastDetector(const std::size_t width, const std::size_t height, const double threshold, const double bmax) | pcl::keypoints::agast::AbstractAgastDetector | inline |
applyNonMaxSuppression(const std::vector< unsigned char > &intensity_data, const pcl::PointCloud< pcl::PointUV > &input, pcl::PointCloud< pcl::PointUV > &output) | pcl::keypoints::agast::AbstractAgastDetector | |
applyNonMaxSuppression(const std::vector< float > &intensity_data, const pcl::PointCloud< pcl::PointUV > &input, pcl::PointCloud< pcl::PointUV > &output) | pcl::keypoints::agast::AbstractAgastDetector | |
applyNonMaxSuppression(const pcl::PointCloud< pcl::PointUV > &input, const std::vector< ScoreIndex > &scores, pcl::PointCloud< pcl::PointUV > &output) | pcl::keypoints::agast::AbstractAgastDetector | protected |
bmax_ | pcl::keypoints::agast::AbstractAgastDetector | protected |
computeCornerScore(const unsigned char *im) const =0 | pcl::keypoints::agast::AbstractAgastDetector | pure virtual |
computeCornerScore(const float *im) const =0 | pcl::keypoints::agast::AbstractAgastDetector | pure virtual |
computeCornerScores(const unsigned char *im, const std::vector< pcl::PointUV, Eigen::aligned_allocator< pcl::PointUV > > &corners_all, std::vector< ScoreIndex > &scores) const | pcl::keypoints::agast::AbstractAgastDetector | protected |
computeCornerScores(const float *im, const std::vector< pcl::PointUV, Eigen::aligned_allocator< pcl::PointUV > > &corners_all, std::vector< ScoreIndex > &scores) const | pcl::keypoints::agast::AbstractAgastDetector | protected |
ConstPtr typedef | pcl::keypoints::agast::AbstractAgastDetector | |
detect(const unsigned char *im, std::vector< pcl::PointUV, Eigen::aligned_allocator< pcl::PointUV > > &corners_all) const =0 | pcl::keypoints::agast::AbstractAgastDetector | pure virtual |
detect(const float *im, std::vector< pcl::PointUV, Eigen::aligned_allocator< pcl::PointUV > > &) const =0 | pcl::keypoints::agast::AbstractAgastDetector | pure virtual |
detectKeypoints(const std::vector< unsigned char > &intensity_data, pcl::PointCloud< pcl::PointUV > &output) const | pcl::keypoints::agast::AbstractAgastDetector | |
detectKeypoints(const std::vector< float > &intensity_data, pcl::PointCloud< pcl::PointUV > &output) const | pcl::keypoints::agast::AbstractAgastDetector | |
getMaxKeypoints() | pcl::keypoints::agast::AbstractAgastDetector | inline |
getThreshold() | pcl::keypoints::agast::AbstractAgastDetector | inline |
height_ | pcl::keypoints::agast::AbstractAgastDetector | protected |
initPattern()=0 | pcl::keypoints::agast::AbstractAgastDetector | protectedpure virtual |
nr_max_keypoints_ | pcl::keypoints::agast::AbstractAgastDetector | protected |
Ptr typedef | pcl::keypoints::agast::AbstractAgastDetector | |
setMaxKeypoints(const unsigned int nr_max_keypoints) | pcl::keypoints::agast::AbstractAgastDetector | inline |
setThreshold(const double threshold) | pcl::keypoints::agast::AbstractAgastDetector | inline |
threshold_ | pcl::keypoints::agast::AbstractAgastDetector | protected |
width_ | pcl::keypoints::agast::AbstractAgastDetector | protected |
~AbstractAgastDetector()=default | pcl::keypoints::agast::AbstractAgastDetector | virtual |