OpenCV  2.4.13
Open Source Computer Vision
cv::FernClassifier::Feature Struct Reference

#include <legacy.hpp>

Public Member Functions

 Feature ()
 
 Feature (int _x1, int _y1, int _x2, int _y2)
 
template<typename _Tp >
bool operator() (const Mat_< _Tp > &patch) const
 

Public Attributes

uchar x1
 
uchar y1
 
uchar x2
 
uchar y2
 

Constructor & Destructor Documentation

cv::FernClassifier::Feature::Feature ( )
inline
cv::FernClassifier::Feature::Feature ( int  _x1,
int  _y1,
int  _x2,
int  _y2 
)
inline

Member Function Documentation

template<typename _Tp >
bool cv::FernClassifier::Feature::operator() ( const Mat_< _Tp > &  patch) const
inline

Member Data Documentation

uchar cv::FernClassifier::Feature::x1
uchar cv::FernClassifier::Feature::x2
uchar cv::FernClassifier::Feature::y1
uchar cv::FernClassifier::Feature::y2

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