Public Member Functions | Protected Member Functions
pcl::AgastKeypoint2D< pcl::PointXYZ, pcl::PointUV > Class Template Reference

Detects 2D AGAST corner points. Based on the original work and paper reference by. More...

#include <agast_2d.h>

Inheritance diagram for pcl::AgastKeypoint2D< pcl::PointXYZ, pcl::PointUV >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 AgastKeypoint2D ()
 Constructor.
virtual ~AgastKeypoint2D ()
 Destructor.

Protected Member Functions

virtual void detectKeypoints (pcl::PointCloud< pcl::PointUV > &output)
 Detects the keypoints.

Detailed Description

template<>
class pcl::AgastKeypoint2D< pcl::PointXYZ, pcl::PointUV >

Detects 2D AGAST corner points. Based on the original work and paper reference by.

Elmar Mair, Gregory D. Hager, Darius Burschka, Michael Suppa, and Gerhard Hirzinger. Adaptive and generic corner detection based on the accelerated segment test. In Proceedings of the European Conference on Computer Vision (ECCV'10), September 2010.

Code example:

Note:
This is a specialized version for PointXYZ clouds, and operates on depth (z) as float. The output keypoints are of the PointXY type.
The AGAST keypoint type used is 7_12s.
Author:
Stefan Holzer, Radu B. Rusu

Definition at line 815 of file agast_2d.h.


Constructor & Destructor Documentation

Constructor.

Definition at line 820 of file agast_2d.h.

virtual pcl::AgastKeypoint2D< pcl::PointXYZ, pcl::PointUV >::~AgastKeypoint2D ( ) [inline, virtual]

Destructor.

Definition at line 827 of file agast_2d.h.


Member Function Documentation

Detects the keypoints.

Parameters:
[out]outputthe resultant keypoints

Definition at line 45 of file agast_2d.cpp.


The documentation for this class was generated from the following files:


pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:38:54