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

成员类型定义文档

◆ ResultType

◆ ValueType

typedef 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

此结构体的文档来自以下文件