OpenCV 4.5.3(日本語機械翻訳)
|
Class encapsulating training parameters. [詳解]
#include <sparse_matching_gpc.hpp>
公開メンバ関数 |
|
GPCTrainingParams (unsigned _maxTreeDepth=20, int _minNumberOfSamples=3, GPCDescType _descriptorType=GPC_DESCRIPTOR_DCT, bool _printProgress=true) | |
bool | check () const |
公開変数類 |
|
unsigned | maxTreeDepth |
パーティショニングを停止するための最大の木の深さ. |
|
int | minNumberOfSamples |
パーティショニングを停止するための,ノード内の最小サンプル数. |
|
int | descriptorType |
使用する記述子のタイプ。 |
|
bool | printProgress |
標準出力に進捗状況を表示。 |
|
トレーニングパラメータをカプセル化したクラス.