Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions
pcl::keypoints::agast::AbstractAgastDetector::CompareScoreIndex Struct Reference

Score index comparator. More...

#include <pcl/keypoints/agast_2d.h>

Public Member Functions

bool operator() (const ScoreIndex &i1, const ScoreIndex &i2)
 Comparator. More...
 

Detailed Description

Score index comparator.

Definition at line 196 of file agast_2d.h.

Member Function Documentation

◆ operator()()

bool pcl::keypoints::agast::AbstractAgastDetector::CompareScoreIndex::operator() ( const ScoreIndex i1,
const ScoreIndex i2 
)
inline

Comparator.

Parameters
[in]i1the first score index
[in]i2the second score index

Definition at line 203 of file agast_2d.h.

References pcl::keypoints::agast::AbstractAgastDetector::ScoreIndex::score.


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