OpenCV 4.13.0
开源计算机视觉库 (Open Source Computer Vision)
正在加载...
正在搜索...
未找到匹配项
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
 

成员类型定义说明

◆ 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 (静态)

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