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

#include <opencv2/core/base.hpp>

Collaboration diagram for cv::Hamming:

公開型

typedef int ResultType
 
typedef unsigned char ValueType
 

公開メンバ関数

ResultType operator() (const unsigned char *a, const unsigned char *b, int size) const
 

静的公開変数類

static const NormTypes normType = NORM_HAMMING
 

型定義メンバ詳解

◆ ResultType

◆ ValueType

unsigned char cv::Hamming::ValueType

メンバ関数詳解

◆ operator()()

ResultType cv::Hamming::operator() ( const unsigned char * a,
const unsigned char * b,
int size ) const

これは a ^ b のビット数をカウントする

メンバ変数詳解

◆ normType

const NormTypes cv::Hamming::normType = NORM_HAMMING
static

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