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

#include <opencv2/features2d.hpp>

cv::L2< 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_L2
 

成员类型定义文档

◆ ResultType

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

◆ ValueType

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

成员函数文档

◆ operator()()

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

成员数据文档

◆ normType

template<class T >
const NormTypes cv::L2< T >::normType = NORM_L2
static

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