![]() |
OpenCV 4.12.0
开源计算机视觉
|
#include <opencv2/optflow/sparse_matching_gpc.hpp>
公共成员函数 | |
| bool | operator== (const Node &n) const |
公共属性 | |
| Vec< double, GPCPatchDescriptor::nFeatures > | coef |
| 超平面系数。 | |
| unsigned | 左 |
| double | rhs |
| 超平面的偏置项。 | |
| unsigned | 右 |
|
inline |
| Vec< double, GPCPatchDescriptor::nFeatures > cv::optflow::GPCTree::Node::coef |
超平面系数。
| unsigned cv::optflow::GPCTree::Node::left |
| double cv::optflow::GPCTree::Node::rhs |
超平面的偏置项。
| unsigned cv::optflow::GPCTree::Node::right |