Click or drag to resize

PCTSignaturesSQFDDistanceFunction Enumeration

http://www.emgu.com
Lp distance function selector.

Namespace:  Emgu.CV.XFeatures2D
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public enum DistanceFunction
Members
  Member nameValueDescription
L0_250 L0_25
L0_51 L0_5
L12 L1
L23 L2
L2Squared4 L2 squared
L55 L5
LInfinity6 L infinity
See Also