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

#include <opencv2/optflow/sparse_matching_gpc.hpp>

cv::optflow::GPCTree::Node 的協作圖

公共成員函式

bool operator== (const Node &n) const
 

公共屬性

Vec< double, GPCPatchDescriptor::nFeaturescoef
 超平面係數。
 
unsigned 
 
double rhs
 超平面的偏置項。
 
unsigned 
 

成員函式文件

◆ operator==()

bool cv::optflow::GPCTree::Node::operator== ( const Node & n) const
inline

成員資料文件

◆ coef

Vec< double, GPCPatchDescriptor::nFeatures > cv::optflow::GPCTree::Node::coef

超平面係數。

◆ left

unsigned cv::optflow::GPCTree::Node::left

◆ rhs

double cv::optflow::GPCTree::Node::rhs

超平面的偏置項。

◆ right

unsigned cv::optflow::GPCTree::Node::right

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