OpenCV
3.4.20
Open Source Computer Vision
|
#include <opencv2/tracking/feature.hpp>
Public Member Functions | |
Feature () | |
Feature (int offset, int x, int y, int _block_w, int _block_h) | |
uchar | calc (const Mat &_sum, size_t y) const |
void | write (FileStorage &fs) const |
Public Attributes | |
int | p [16] |
Rect | rect |
cv::CvLBPEvaluator::Feature::Feature | ( | ) |
cv::CvLBPEvaluator::Feature::Feature | ( | int | offset, |
int | x, | ||
int | y, | ||
int | _block_w, | ||
int | _block_h | ||
) |
void cv::CvLBPEvaluator::Feature::write | ( | FileStorage & | fs | ) | const |
int cv::CvLBPEvaluator::Feature::p[16] |
Rect cv::CvLBPEvaluator::Feature::rect |