OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::optflow::GPCTrainingParams 結構體參考

封裝訓練引數的類。 更多...

#include <opencv2/optflow/sparse_matching_gpc.hpp>

cv::optflow::GPCTrainingParams 的協作圖

公共成員函式

 GPCTrainingParams (unsigned _maxTreeDepth=20, int _minNumberOfSamples=3, GPCDescType _descriptorType=GPC_DESCRIPTOR_DCT, bool _printProgress=true)
 
bool check () const
 

公共屬性

int descriptorType
 要使用的描述符型別。
 
unsigned maxTreeDepth
 停止分割的最大樹深度。
 
int minNumberOfSamples
 節點中停止分割的最小樣本數。
 
bool printProgress
 將進度列印到 stdout。
 

詳細描述

封裝訓練引數的類。

建構函式 & 解構函式文件

◆ 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

將進度列印到 stdout。


此結構體的文件由以下檔案生成