OpenCV  3.3.0
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cv::optflow::GPCTree::Node Struct Reference

#include "sparse_matching_gpc.hpp"

Public Member Functions

bool operator== (const Node &n) const
 

Public Attributes

Vec< double, GPCPatchDescriptor::nFeaturescoef
 Hyperplane coefficients. More...
 
unsigned left
 
double rhs
 Bias term of the hyperplane. More...
 
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: