Enum NormTypes
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Type of norm
[Flags]
public enum NormTypes
Fields
Hamming = L1 | L2Hamming2 = INF | HammingINF = 1L1 = 2The L1-norm (sum of absolute values) of the array is normalized.
L2 = 4The (Euclidean) L2-norm of the array is normalized.
L2SQR = INF | L2MinMax = 32The array values are scaled and shifted to the specified range.
Relative = 8