Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions
pcl::keypoints::internal::AgastApplyNonMaxSuppresion< Out > Struct Template Reference

#include <pcl/keypoints/agast_2d.h>

Public Member Functions

 AgastApplyNonMaxSuppresion (const std::vector< unsigned char > &image_data, const pcl::PointCloud< pcl::PointUV > &tmp_cloud, const pcl::keypoints::agast::AbstractAgastDetector::Ptr &detector, pcl::PointCloud< Out > &output)
 

Detailed Description

template<typename Out>
struct pcl::keypoints::internal::AgastApplyNonMaxSuppresion< Out >

Definition at line 482 of file agast_2d.h.

Constructor & Destructor Documentation

◆ AgastApplyNonMaxSuppresion()

template<typename Out >
pcl::keypoints::internal::AgastApplyNonMaxSuppresion< Out >::AgastApplyNonMaxSuppresion ( const std::vector< unsigned char > &  image_data,
const pcl::PointCloud< pcl::PointUV > &  tmp_cloud,
const pcl::keypoints::agast::AbstractAgastDetector::Ptr detector,
pcl::PointCloud< Out > &  output 
)
inline

Definition at line 484 of file agast_2d.h.

References pcl::copyPointCloud().


The documentation for this struct was generated from the following file: