OpenCV  3.4.19
Open Source Computer Vision
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
cv::optflow::GPCPatchDescriptor Struct Reference

#include <opencv2/optflow/sparse_matching_gpc.hpp>

Public Member Functions

double dot (const Vec< double, nFeatures > &coef) const
 
bool isSeparated () const
 
void markAsSeparated ()
 

Public Attributes

Vec< double, nFeaturesfeature
 

Static Public Attributes

static const unsigned nFeatures = 18
 number of features in a patch descriptor More...
 

Member Function Documentation

◆ dot()

double cv::optflow::GPCPatchDescriptor::dot ( const Vec< double, nFeatures > &  coef) const

◆ isSeparated()

bool cv::optflow::GPCPatchDescriptor::isSeparated ( ) const
inline

◆ markAsSeparated()

void cv::optflow::GPCPatchDescriptor::markAsSeparated ( )
inline

Member Data Documentation

◆ feature

Vec< double, nFeatures > cv::optflow::GPCPatchDescriptor::feature

◆ nFeatures

const unsigned cv::optflow::GPCPatchDescriptor::nFeatures = 18
static

number of features in a patch descriptor


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