OpenCV
3.4.11
Open Source Computer Vision
|
#include <opencv2/core/base.hpp>
Public Types | |
enum | { normType = NORM_HAMMING } |
typedef int | ResultType |
typedef unsigned char | ValueType |
Public Member Functions | |
ResultType | operator() (const unsigned char *a, const unsigned char *b, int size) const |
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