![]() |
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 |