OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Member Functions | List of all members
ATP::ossimDescriptorSource::SortFunc Struct Reference

Public Member Functions

bool operator() (cv::KeyPoint lhs, cv::KeyPoint rhs)
 

Detailed Description

Definition at line 35 of file ossimDescriptorSource.h.

Member Function Documentation

◆ operator()()

bool ATP::ossimDescriptorSource::SortFunc::operator() ( cv::KeyPoint  lhs,
cv::KeyPoint  rhs 
)
inline

Definition at line 37 of file ossimDescriptorSource.h.

38  { return (lhs.response > rhs.response); };

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