[][src]Constant opencv::core::NORM_HAMMING2

pub const NORM_HAMMING2: i32 = 7;

Similar to NORM_HAMMING, but in the calculation, each two bits of the input sequence will be added and treated as a single bit to be used in the same calculation as NORM_HAMMING.