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
Syntaxpublic enum DistanceFunction
Public Enumeration DistanceFunction
public enum class DistanceFunction
Members
| Member name | Value | Description |
---|
| L0_25 | 0 |
L0_25
|
| L0_5 | 1 |
L0_5
|
| L1 | 2 |
L1
|
| L2 | 3 |
L2
|
| L2Squared | 4 |
L2 squared
|
| L5 | 5 |
L5
|
| LInfinity | 6 |
L infinity
|
See Also