Click or drag to resize

DistanceTypeHamming Field

http://www.emgu.com
Hamming distance functor - counts the bit differences between two strings - useful for the Brief descriptor, bit count of A exclusive XOR'ed with B.

Namespace:  Emgu.CV.Features2D
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public const DistanceType Hamming = 6

Field Value

Type: DistanceType
See Also