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

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
静态

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