OpenCV  4.10.0
开源计算机视觉库
加载中...
搜索中...
无匹配项
公共类型 | 公共成员函数 | 静态公共属性 | 所有成员列表
cv::L1< T > 结构模板参考

#include <opencv2/features2d.hpp>

cv::L1< T > 的协作图

公共类型

typedef Accumulator< T >::Type ResultType
 
typedef T ValueType
 

公共成员函数

ResultType operator() (const T *a, const T *b, int size) const
 

静态公共属性

static const NormTypes normType = NORM_L1
 

成员类型定义文档

◆ ResultType

template<class T >
typedef Accumulator<T>::Type cv::L1< T >::ResultType

◆ ValueType

template<class T >
typedef T cv::L1< T >::ValueType

成员函数文档

◆ operator()()

template<class T >
ResultType cv::L1< T >::operator() ( const T *  a,
const T *  b,
int  size 
) const
inline

成员数据文档

◆ normType

template<class T >
const NormTypes cv::L1< T >::normType = NORM_L1
static

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