OpenCV
4.1.0
Open Source Computer Vision
|
#include <opencv2/tracking/feature.hpp>
Classes | |
class | Feature |
Public Member Functions | |
virtual | ~CvLBPEvaluator () CV_OVERRIDE |
virtual void | init (const CvFeatureParams *_featureParams, int _maxSampleCount, Size _winSize) CV_OVERRIDE |
virtual float | operator() (int featureIdx, int sampleIdx) CV_OVERRIDE |
virtual void | setImage (const Mat &img, uchar clsLabel, int idx) CV_OVERRIDE |
virtual void | writeFeatures (FileStorage &fs, const Mat &featureMap) const CV_OVERRIDE |
Public Member Functions inherited from cv::CvFeatureEvaluator | |
virtual | ~CvFeatureEvaluator () |
const Mat & | getCls () const |
float | getCls (int si) const |
int | getFeatureSize () const |
int | getMaxCatCount () const |
int | getNumFeatures () const |
Protected Member Functions | |
virtual void | generateFeatures () CV_OVERRIDE |
Protected Attributes | |
std::vector< Feature > | features |
Mat | sum |
Protected Attributes inherited from cv::CvFeatureEvaluator | |
Mat | cls |
CvFeatureParams * | featureParams |
int | nneg |
int | npos |
int | numFeatures |
Size | winSize |
Additional Inherited Members | |
Static Public Member Functions inherited from cv::CvFeatureEvaluator | |
static Ptr< CvFeatureEvaluator > | create (CvFeatureParams::FeatureType type) |
|
inlinevirtual |
|
protectedvirtual |
Implements cv::CvFeatureEvaluator.
|
virtual |
Reimplemented from cv::CvFeatureEvaluator.
|
inlinevirtual |
Implements cv::CvFeatureEvaluator.
Reimplemented from cv::CvFeatureEvaluator.
|
virtual |
Implements cv::CvFeatureEvaluator.
|
protected |
|
protected |