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

成員 Typedef 文件

◆ ResultType

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

◆ ValueType

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

此結構體的文件是從以下檔案生成的