Click or drag to resize

NormTypes Enumeration

Type of norm

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
[FlagsAttribute]
public enum NormTypes
Members
  Member nameValueDescription
INF1
L12 The L1-norm (sum of absolute values) of the array is normalized.
L24 The (Euclidean) L2-norm of the array is normalized.
L2SQR5
Hamming6
Hamming27
Relative8
MinMax32 The array values are scaled and shifted to the specified range.
See Also