封装训练参数的类。 更多…
#include <opencv2/optflow/sparse_matching_gpc.hpp>
◆ GPCTrainingParams()
cv::optflow::GPCTrainingParams::GPCTrainingParams |
( |
unsigned | _maxTreeDepth = 20, |
|
|
int | _minNumberOfSamples = 3, |
|
|
GPCDescType | _descriptorType = GPC_DESCRIPTOR_DCT, |
|
|
bool | _printProgress = true ) |
|
inline |
◆ check()
bool cv::optflow::GPCTrainingParams::check |
( |
| ) |
const |
|
inline |
◆ descriptorType
int cv::optflow::GPCTrainingParams::descriptorType |
◆ maxTreeDepth
unsigned cv::optflow::GPCTrainingParams::maxTreeDepth |
◆ minNumberOfSamples
int cv::optflow::GPCTrainingParams::minNumberOfSamples |
◆ printProgress
bool cv::optflow::GPCTrainingParams::printProgress |
此结构体的文档是从以下文件生成的