OpenCV 4.11.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 >
Accumulator<T>::Type cv::L2< T >::ResultType

◆ ValueType

template<class T >
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

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