OpenCV
4.9.0
Open Source Computer Vision
|
#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. More... | |
unsigned | left |
double | rhs |
Bias term of the hyperplane. More... | |
unsigned | right |
|
inline |
Vec< double, GPCPatchDescriptor::nFeatures > cv::optflow::GPCTree::Node::coef |
Hyperplane coefficients.
unsigned cv::optflow::GPCTree::Node::left |
double cv::optflow::GPCTree::Node::rhs |
Bias term of the hyperplane.
unsigned cv::optflow::GPCTree::Node::right |