OpenCV  3.4.5
Open Source Computer Vision
Public Member Functions | List of all members
cv::CvLBPFeatureParams Struct Reference

#include "feature.hpp"

Inheritance diagram for cv::CvLBPFeatureParams:
cv::CvFeatureParams cv::CvParams

Public Member Functions

 CvLBPFeatureParams ()
 
- 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  {
  HAAR = 0,
  LBP = 1,
  HOG = 2
}
 
- Static Public Member Functions inherited from cv::CvFeatureParams
static Ptr< CvFeatureParamscreate (int featureType)
 
- Public Attributes inherited from cv::CvFeatureParams
int featSize
 
int maxCatCount
 
int numFeatures
 
- Public Attributes inherited from cv::CvParams
std::string name
 

Constructor & Destructor Documentation

§ CvLBPFeatureParams()

cv::CvLBPFeatureParams::CvLBPFeatureParams ( )

The documentation for this struct was generated from the following file: