OpenCV
5.0.0alpha
Open Source Computer Vision
|
#include <opencv2/core/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 |
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 |