Visual Servoing Platform  version 3.2.0
RoiPredicate Struct Reference

Public Member Functions

 RoiPredicate (const cv::Rect &_r)
 
bool operator() (const cv::KeyPoint &keyPt) const
 

Public Attributes

cv::Rect r
 

Detailed Description

Definition at line 4044 of file vpKeyPoint.cpp.

Constructor & Destructor Documentation

◆ RoiPredicate()

RoiPredicate::RoiPredicate ( const cv::Rect &  _r)
inline

Definition at line 4045 of file vpKeyPoint.cpp.

References r.

Member Function Documentation

◆ operator()()

bool RoiPredicate::operator() ( const cv::KeyPoint &  keyPt) const
inline

Definition at line 4047 of file vpKeyPoint.cpp.

References r.

Member Data Documentation

◆ r

cv::Rect RoiPredicate::r

Definition at line 4049 of file vpKeyPoint.cpp.

Referenced by operator()(), and RoiPredicate().