#include <features2d.hpp>
Public Member Functions | |
Feature (int _x1, int _y1, int _x2, int _y2) | |
Feature () | |
template<typename _Tp > | |
bool | operator() (const Mat_< _Tp > &patch) const |
Public Attributes | |
uchar | x1 |
uchar | x2 |
uchar | y1 |
uchar | y2 |
cv::FernClassifier::Feature::Feature | ( | ) | [inline] |
cv::FernClassifier::Feature::Feature | ( | int | _x1, | |
int | _y1, | |||
int | _x2, | |||
int | _y2 | |||
) | [inline] |
bool cv::FernClassifier::Feature::operator() | ( | const Mat_< _Tp > & | patch | ) | const [inline] |