Click or drag to resize

PCTSignaturesSQFDDistanceFunction Enumeration

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

Namespace:  Emgu.CV.XFeatures2D
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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