OpenCV
4.0.0
Open Source Computer Vision
|
#include "base.hpp"
Public Types | |
typedef int | ResultType |
typedef unsigned char | ValueType |
Public Member Functions | |
ResultType | operator() (const unsigned char *a, const unsigned char *b, int size) const |
Static Public Attributes | |
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 |
this will count the bits in a ^ b
|
static |