OpenCV 4.11.0
开源计算机视觉库
加载中…
搜索中…
无匹配项
cv::optflow::GPCPatchSample 结构体参考

#include <opencv2/optflow/sparse_matching_gpc.hpp>

cv::optflow::GPCPatchSample 的协作图

公有成员函数

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

公有属性

GPCPatchDescriptor neg
 
GPCPatchDescriptor pos
 
GPCPatchDescriptor ref
 

成员函数文档

◆ getDirections()

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

成员数据文档

◆ neg

GPCPatchDescriptor cv::optflow::GPCPatchSample::neg

◆ pos

GPCPatchDescriptor cv::optflow::GPCPatchSample::pos

◆ ref

GPCPatchDescriptor cv::optflow::GPCPatchSample::ref

该结构体的文档是从以下文件生成的