OpenCV453
公開メンバ関数 | 公開変数類 | 全メンバ一覧
cv::optflow::GPCTrainingParams 構造体

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
 Maximum tree depth to stop partitioning.
 
int minNumberOfSamples
 Minimum number of samples in the node to stop partitioning.
 
int descriptorType
 Type of descriptors to use.
 
bool printProgress
 Print progress to stdout.
 

詳解

Class encapsulating training parameters.


この構造体詳解は次のファイルから抽出されました: