OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
cv::optflow::GPCTree::Node Struct Reference

#include <opencv2/optflow/sparse_matching_gpc.hpp>

Collaboration diagram for cv::optflow::GPCTree::Node:

Public Member Functions

bool operator== (const Node &n) const
 

Public Attributes

Vec< double, GPCPatchDescriptor::nFeaturescoef
 Hyperplane coefficients.
 
unsigned left
 
double rhs
 Bias term of the hyperplane.
 
unsigned right
 

Member Function Documentation

◆ operator==()

bool cv::optflow::GPCTree::Node::operator== ( const Node n) const
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: