OpenCV  2.4.13.7
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

§ Feature() [1/2]

cv::FernClassifier::Feature::Feature ( )
inline

§ Feature() [2/2]

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

Member Function Documentation

§ operator()()

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

Member Data Documentation

§ x1

uchar cv::FernClassifier::Feature::x1

§ x2

uchar cv::FernClassifier::Feature::x2

§ y1

uchar cv::FernClassifier::Feature::y1

§ y2

uchar cv::FernClassifier::Feature::y2

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