OpenCV  3.1.0
Open Source Computer Vision
Public Types | Public Member Functions | List of all members

#include "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
 

Member Typedef Documentation

typedef unsigned char cv::Hamming::ValueType

Member Function Documentation

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

this will count the bits in a ^ b


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