Constant opencv::core::NORM_HAMMING2

source ยท
pub const NORM_HAMMING2: i32 = 7;
Expand description

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.