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

Public Member Functions

 KeypointResponseGreaterThanThreshold (float _value)
 
bool operator() (const cv::KeyPoint &kpt) const
 

Public Attributes

float value
 

Detailed Description

Definition at line 4010 of file vpKeyPoint.cpp.

Constructor & Destructor Documentation

KeypointResponseGreaterThanThreshold::KeypointResponseGreaterThanThreshold ( float  _value)
inline

Definition at line 4011 of file vpKeyPoint.cpp.

Member Function Documentation

bool KeypointResponseGreaterThanThreshold::operator() ( const cv::KeyPoint &  kpt) const
inline

Definition at line 4012 of file vpKeyPoint.cpp.

Member Data Documentation

float KeypointResponseGreaterThanThreshold::value

Definition at line 4013 of file vpKeyPoint.cpp.