Point Cloud Library (PCL)
1.14.1-dev
|
This is the complete list of members for pcl::keypoints::agast::AgastDetector7_12s, 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 |
AgastDetector7_12s(const std::size_t width, const std::size_t height, const double threshold, const double bmax=255) | pcl::keypoints::agast::AgastDetector7_12s | 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 override | pcl::keypoints::agast::AgastDetector7_12s | virtual |
computeCornerScore(const float *im) const override | pcl::keypoints::agast::AgastDetector7_12s | 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::AgastDetector7_12s | |
detect(const unsigned char *im, std::vector< pcl::PointUV, Eigen::aligned_allocator< pcl::PointUV > > &corners_all) const override | pcl::keypoints::agast::AgastDetector7_12s | virtual |
detect(const float *im, std::vector< pcl::PointUV, Eigen::aligned_allocator< pcl::PointUV > > &corners_all) const override | pcl::keypoints::agast::AgastDetector7_12s | 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() override | pcl::keypoints::agast::AgastDetector7_12s | protectedvirtual |
nr_max_keypoints_ | pcl::keypoints::agast::AbstractAgastDetector | protected |
Ptr typedef | pcl::keypoints::agast::AgastDetector7_12s | |
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 |
~AgastDetector7_12s() override=default | pcl::keypoints::agast::AgastDetector7_12s |