Struct cv::optflow::GPCTrainingParams#

Class encapsulating training parameters.

Collaboration diagram for cv::optflow::GPCTrainingParams:

cv::optflow::GPCTrainingParams Node1 cv::optflow::GPCTraining Params   + GPCTrainingParams() + check() Node2 unsigned     Node2->Node1 +maxTreeDepth Node3 int     Node3->Node1 +descriptorType +minNumberOfSamples Node4 bool     Node4->Node1 +printProgress

cv::optflow::GPCTrainingParams Node1 cv::optflow::GPCTraining Params   + GPCTrainingParams() + check() Node2 unsigned     Node2->Node1 +maxTreeDepth Node3 int     Node3->Node1 +descriptorType +minNumberOfSamples Node4 bool     Node4->Node1 +printProgress

Detailed Description#

Class encapsulating training parameters.

Constructor & Destructor Documentation#

GPCTrainingParams()#

cv::optflow::GPCTrainingParams::GPCTrainingParams(
unsigned _maxTreeDepth = 20,
int _minNumberOfSamples = 3,
GPCDescType _descriptorType = GPC_DESCRIPTOR_DCT,
bool _printProgress = true )

Here is the call graph for this function:

cv::optflow::GPCTrainingParams::GPCTrainingParams Node1 cv::optflow::GPCTraining Params::GPCTrainingParams Node2 cv::optflow::GPCTraining Params::check Node1->Node2

cv::optflow::GPCTrainingParams::GPCTrainingParams Node1 cv::optflow::GPCTraining Params::GPCTrainingParams Node2 cv::optflow::GPCTraining Params::check Node1->Node2

Member Function Documentation#

check()#

bool cv::optflow::GPCTrainingParams::check()

Member Data Documentation#

descriptorType#

int cv::optflow::GPCTrainingParams::descriptorType

Type of descriptors to use.

maxTreeDepth#

unsigned cv::optflow::GPCTrainingParams::maxTreeDepth

Maximum tree depth to stop partitioning.

minNumberOfSamples#

int cv::optflow::GPCTrainingParams::minNumberOfSamples

Minimum number of samples in the node to stop partitioning.

printProgress#

bool cv::optflow::GPCTrainingParams::printProgress

Print progress to stdout.

Source file#

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