#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 |
| cv::FernClassifier::Feature::Feature | ( | int | _x1, |
| int | _y1, | ||
| int | _x2, | ||
| int | _y2 | ||
| ) |
| bool cv::FernClassifier::Feature::operator() | ( | const Mat_< _Tp > & | patch | ) | const |