Direct Graphical Models  v.1.7.0
DirectGraphicalModels::TrainNodeCvGMMParams Struct Reference

OpenCV Random Forest parameters. More...

#include <TrainNodeCvGMM.h>

Public Member Functions

 TrainNodeCvGMMParams ()
 
 TrainNodeCvGMMParams (word _numGausses, int _covariance_matrix_type, int _maxCount, double _epsilon, int _term_criteria_type, int _maxSamples)
 

Public Attributes

word numGausses
 The number of Gauss functions for approximation. More...
 
int covariance_matrix_type
 Type of the covariance matrix. More...
 
int maxCount
 Max number of iterations. More...
 
double epsilon
 GMM accuracy. More...
 
int term_criteria_type
 Termination cirteria type (according the the two previous parameters) More...
 
size_t maxSamples
 Maximum number of samples to be used in training. 0 means using all the samples. More...
 

Detailed Description

OpenCV Random Forest parameters.

Definition at line 12 of file TrainNodeCvGMM.h.

Constructor & Destructor Documentation

◆ TrainNodeCvGMMParams() [1/2]

DirectGraphicalModels::TrainNodeCvGMMParams::TrainNodeCvGMMParams ( )
inline

Definition at line 20 of file TrainNodeCvGMM.h.

◆ TrainNodeCvGMMParams() [2/2]

DirectGraphicalModels::TrainNodeCvGMMParams::TrainNodeCvGMMParams ( word  _numGausses,
int  _covariance_matrix_type,
int  _maxCount,
double  _epsilon,
int  _term_criteria_type,
int  _maxSamples 
)
inline

Definition at line 21 of file TrainNodeCvGMM.h.

Member Data Documentation

◆ covariance_matrix_type

int DirectGraphicalModels::TrainNodeCvGMMParams::covariance_matrix_type

Type of the covariance matrix.

Definition at line 14 of file TrainNodeCvGMM.h.

◆ epsilon

double DirectGraphicalModels::TrainNodeCvGMMParams::epsilon

GMM accuracy.

Definition at line 16 of file TrainNodeCvGMM.h.

◆ maxCount

int DirectGraphicalModels::TrainNodeCvGMMParams::maxCount

Max number of iterations.

Definition at line 15 of file TrainNodeCvGMM.h.

◆ maxSamples

size_t DirectGraphicalModels::TrainNodeCvGMMParams::maxSamples

Maximum number of samples to be used in training. 0 means using all the samples.

Definition at line 18 of file TrainNodeCvGMM.h.

◆ numGausses

word DirectGraphicalModels::TrainNodeCvGMMParams::numGausses

The number of Gauss functions for approximation.

Definition at line 13 of file TrainNodeCvGMM.h.

◆ term_criteria_type

int DirectGraphicalModels::TrainNodeCvGMMParams::term_criteria_type

Termination cirteria type (according the the two previous parameters)

Definition at line 17 of file TrainNodeCvGMM.h.


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