Loading...
Searching...
No Matches
cv::optflow::GPCTree::Node Struct Reference
#include <opencv2/optflow/sparse_matching_gpc.hpp>
Public Member Functions | |
bool | operator== (const Node &n) const |
Public Attributes | |
Vec< double, GPCPatchDescriptor::nFeatures > | coef |
Hyperplane coefficients. | |
unsigned | left |
double | rhs |
Bias term of the hyperplane. | |
unsigned | right |
Member Function Documentation
◆ operator==()
|
inline |
Member Data Documentation
◆ coef
Vec< double, GPCPatchDescriptor::nFeatures > cv::optflow::GPCTree::Node::coef |
Hyperplane coefficients.
◆ left
unsigned cv::optflow::GPCTree::Node::left |
◆ rhs
double cv::optflow::GPCTree::Node::rhs |
Bias term of the hyperplane.
◆ right
unsigned cv::optflow::GPCTree::Node::right |
The documentation for this struct was generated from the following file:
- opencv2/optflow/sparse_matching_gpc.hpp