Class GPCTree
- Namespace
- OpenCvSharp.OptFlow
- Assembly
- OpenCvSharp.dll
Class for individual tree of the Global Patch Collider (GPC).
public class GPCTree : Algorithm, IDisposable
- Inheritance
-
GPCTree
- Implements
- Inherited Members
Methods
- Create()
Creates an empty GPC tree.
- GetDescriptorType()
Descriptor type used by this tree, as set by the last call to Train(GPCTrainingSamples, GPCTrainingParams?).
- Train(GPCTrainingSamples, GPCTrainingParams?)
Trains the tree using the given training samples.