Point Cloud Library (PCL)  1.7.0
Public Member Functions
pcl::keypoints::agast::AbstractAgastDetector::CompareScoreIndex Struct Reference

Score index comparator. More...

#include <pcl/keypoints/agast_2d.h>

List of all members.

Public Member Functions

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

Detailed Description

Score index comparator.

Definition at line 196 of file agast_2d.h.


Member Function Documentation

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

Comparator.

Parameters:
i1]the first score index
i2]the 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: