Struct cv::Hamming#

Collaboration diagram for cv::Hamming:

cv::Hamming Node1 cv::Hamming   + operator()() Node2 static const NormTypes     Node2->Node1 +normType

cv::Hamming Node1 cv::Hamming   + operator()() Node2 static const NormTypes     Node2->Node1 +normType

Member Typedef Documentation#

ResultType#

typedef int cv::Hamming::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 )

this will count the bits in a ^ b

Member Data Documentation#

normType#

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

Source file#

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