OpenCV  4.0.0
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cv::TrackerFeatureHAAR::Params Struct Reference

#include "tracker.hpp"

Public Member Functions

 Params ()
 

Public Attributes

bool isIntegral
 true if input images are integral, false otherwise More...
 
int numFeatures
 

of rects

More...
 
Size rectSize
 rect size More...
 

Constructor & Destructor Documentation

§ Params()

cv::TrackerFeatureHAAR::Params::Params ( )

Member Data Documentation

§ isIntegral

bool cv::TrackerFeatureHAAR::Params::isIntegral

true if input images are integral, false otherwise

§ numFeatures

int cv::TrackerFeatureHAAR::Params::numFeatures

of rects

§ rectSize

Size cv::TrackerFeatureHAAR::Params::rectSize

rect size


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