🤖
AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は
公式英語版(原文) を参照してください。
学習パラメータをカプセル化するクラス。詳細...
#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 |
この構造体詳解は次のファイルから抽出されました: