![]() |
OpenCV 4.12.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 |
| unsigned char cv::Hamming::ValueType |
| ResultType cv::Hamming::operator() | ( | const unsigned char * | a, |
| const unsigned char * | b, | ||
| int | size ) const |
这将计算 a ^ b 中的位数
|
static |