Public Types | Public Member Functions
cv::Hamming Struct Reference

#include <features2d.hpp>

List of all members.

Public Types

enum  { normType = NORM_HAMMING }
typedef unsigned char ValueType
typedef int ResultType

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 Enumeration Documentation

anonymous enum
Enumerator:
normType 

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: