OpenCV
4.0.0
Open Source Computer Vision
|
#include "feature.hpp"
Public Member Functions | |
CvHOGFeatureParams () | |
Public Member Functions inherited from cv::CvFeatureParams | |
CvFeatureParams () | |
virtual void | init (const CvFeatureParams &fp) |
virtual bool | read (const FileNode &node) CV_OVERRIDE |
virtual void | write (FileStorage &fs) const CV_OVERRIDE |
Public Member Functions inherited from cv::CvParams | |
CvParams () | |
virtual | ~CvParams () |
virtual void | printAttrs () const |
virtual void | printDefaults () const |
virtual bool | scanAttr (const std::string prmName, const std::string val) |
Additional Inherited Members | |
Public Types inherited from cv::CvFeatureParams | |
enum | FeatureType { HAAR = 0, LBP = 1, HOG = 2 } |
Static Public Member Functions inherited from cv::CvFeatureParams | |
static Ptr< CvFeatureParams > | create (CvFeatureParams::FeatureType featureType) |
Public Attributes inherited from cv::CvFeatureParams | |
int | featSize |
int | maxCatCount |
int | numFeatures |
Public Attributes inherited from cv::CvParams | |
std::string | name |
cv::CvHOGFeatureParams::CvHOGFeatureParams | ( | ) |