OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
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

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: