OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
cv::TrackerBoosting::Params Struct Reference

#include "tracker.hpp"

Public Member Functions

 Params ()
 
void read (const FileNode &fn)
 Read parameters from file. More...
 
void write (FileStorage &fs) const
 Write parameters in a file. More...
 

Public Attributes

int featureSetNumFeatures
 

features

More...
 
int iterationInit
 the initial iterations More...
 
int numClassifiers
 the number of classifiers to use in a OnlineBoosting algorithm More...
 
float samplerOverlap
 search region parameters to use in a OnlineBoosting algorithm More...
 
float samplerSearchFactor
 search region parameters to use in a OnlineBoosting algorithm More...
 

Constructor & Destructor Documentation

cv::TrackerBoosting::Params::Params ( )

Member Function Documentation

void cv::TrackerBoosting::Params::read ( const FileNode fn)

Read parameters from file.

void cv::TrackerBoosting::Params::write ( FileStorage fs) const

Write parameters in a file.

Member Data Documentation

int cv::TrackerBoosting::Params::featureSetNumFeatures

features

int cv::TrackerBoosting::Params::iterationInit

the initial iterations

int cv::TrackerBoosting::Params::numClassifiers

the number of classifiers to use in a OnlineBoosting algorithm

float cv::TrackerBoosting::Params::samplerOverlap

search region parameters to use in a OnlineBoosting algorithm

float cv::TrackerBoosting::Params::samplerSearchFactor

search region parameters to use in a OnlineBoosting algorithm


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