OpenCV 4.10.0
开源计算机视觉库
|
#include <opencv2/core/base.hpp>
公共类型 | |
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 int cv::Hamming::ResultType |
typedef unsigned char cv::Hamming::ValueType |
ResultType cv::Hamming::operator() | ( | const unsigned char * | a, |
const unsigned char * | b, | ||
int | size | ||
) | const |
此函数将计算 a ^ b 中的位数
|
static |