Table of Contents

Class GPCTrainingParams

Namespace
OpenCvSharp.OptFlow
Assembly
OpenCvSharp.dll

Parameters for training a GPCTree or GPCForest5.

public sealed class GPCTrainingParams
Inheritance
GPCTrainingParams
Inherited Members

Properties

DescriptorType

Type of descriptors to use. Default: DCT.

MaxTreeDepth

Maximum tree depth to stop partitioning. Default: 20.

MinNumberOfSamples

Minimum number of samples in the node to stop partitioning. Default: 3.

PrintProgress

Print progress to stdout. Default: true.