Visual Servoing Platform  version 3.2.0 under development (2019-01-22)
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 4045 of file vpKeyPoint.cpp.

Constructor & Destructor Documentation

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

Definition at line 4046 of file vpKeyPoint.cpp.

Member Function Documentation

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

Definition at line 4048 of file vpKeyPoint.cpp.

Member Data Documentation

cv::Rect RoiPredicate::r

Definition at line 4050 of file vpKeyPoint.cpp.