Visual Servoing Platform  version 3.2.0 under development (2019-01-22)
KeyPoint_LessThan Struct Reference

Public Member Functions

 KeyPoint_LessThan (const std::vector< cv::KeyPoint > &_kp)
 
bool operator() (size_t i, size_t j) const
 

Public Attributes

const std::vector< cv::KeyPoint > * kp
 

Detailed Description

Definition at line 4111 of file vpKeyPoint.cpp.

Constructor & Destructor Documentation

KeyPoint_LessThan::KeyPoint_LessThan ( const std::vector< cv::KeyPoint > &  _kp)
inline

Definition at line 4112 of file vpKeyPoint.cpp.

Member Function Documentation

bool KeyPoint_LessThan::operator() ( size_t  i,
size_t  j 
) const
inline

Definition at line 4113 of file vpKeyPoint.cpp.

References vpMath::equal().

Member Data Documentation

const std::vector<cv::KeyPoint>* KeyPoint_LessThan::kp

Definition at line 4157 of file vpKeyPoint.cpp.