OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::L2< T > 構造体テンプレート

#include <opencv2/features2d.hpp>

Collaboration diagram for 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

この構造体詳解は次のファイルから抽出されました: