OpenCV  4.10.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

此结构体的文档由以下文件生成