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

此结构体的文档由以下文件生成