OpenCV  4.10.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 left
 
double rhs
 超平面的偏置项。
 
unsigned right
 

成员函数文档

◆ 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

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