OpenCV  3.4.15
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cv::optflow::GPCPatchSample Struct Reference

#include <opencv2/optflow/sparse_matching_gpc.hpp>

Public Member Functions

void getDirections (bool &refdir, bool &posdir, bool &negdir, const Vec< double, GPCPatchDescriptor::nFeatures > &coef, double rhs) const
 

Public Attributes

GPCPatchDescriptor neg
 
GPCPatchDescriptor pos
 
GPCPatchDescriptor ref
 

Member Function Documentation

◆ getDirections()

void cv::optflow::GPCPatchSample::getDirections ( bool &  refdir,
bool &  posdir,
bool &  negdir,
const Vec< double, GPCPatchDescriptor::nFeatures > &  coef,
double  rhs 
) const

Member Data Documentation

◆ neg

GPCPatchDescriptor cv::optflow::GPCPatchSample::neg

◆ pos

GPCPatchDescriptor cv::optflow::GPCPatchSample::pos

◆ ref

GPCPatchDescriptor cv::optflow::GPCPatchSample::ref

The documentation for this struct was generated from the following file: