OpenCV  4.0.0-rc
Open Source Computer Vision
Public Types | Public Member Functions | Static Public Attributes | List of all members

#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
 

Member Typedef Documentation

§ ResultType

§ ValueType

typedef unsigned char cv::Hamming::ValueType

Member Function Documentation

§ operator()()

ResultType cv::Hamming::operator() ( const unsigned char *  a,
const unsigned char *  b,
int  size 
) const

this will count the bits in a ^ b

Member Data Documentation

§ normType

const NormTypes cv::Hamming::normType = NORM_HAMMING
static

The documentation for this struct was generated from the following file: