![]() |
OpenCV
4.1.2
Open Source Computer Vision
|
Class encapsulating training parameters. More...
#include <opencv2/optflow/sparse_matching_gpc.hpp>
Public Member Functions | |
| GPCTrainingParams (unsigned _maxTreeDepth=20, int _minNumberOfSamples=3, GPCDescType _descriptorType=GPC_DESCRIPTOR_DCT, bool _printProgress=true) | |
| GPCTrainingParams (const GPCTrainingParams ¶ms) | |
| bool | check () const |
Public Attributes | |
| int | descriptorType |
| Type of descriptors to use. More... | |
| unsigned | maxTreeDepth |
| Maximum tree depth to stop partitioning. More... | |
| int | minNumberOfSamples |
| Minimum number of samples in the node to stop partitioning. More... | |
| bool | printProgress |
| Print progress to stdout. More... | |
Class encapsulating training parameters.
|
inline |
|
inline |
|
inline |
| int cv::optflow::GPCTrainingParams::descriptorType |
Type of descriptors to use.
| unsigned cv::optflow::GPCTrainingParams::maxTreeDepth |
Maximum tree depth to stop partitioning.
| int cv::optflow::GPCTrainingParams::minNumberOfSamples |
Minimum number of samples in the node to stop partitioning.
| bool cv::optflow::GPCTrainingParams::printProgress |
Print progress to stdout.
1.8.9.1