OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::Hamming 結構體參考

#include <opencv2/core/base.hpp>

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
 

成員 Typedef 文件

◆ 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

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