NormType Enumeration OpenCvSharp Class Library
Type of norm

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[FlagsAttribute]
public enum NormType
Members

  Member nameValueDescription
C1 The C-norm (maximum of absolute values) of the array is normalized. [CV_C]
L12 The L1-norm (sum of absolute values) of the array is normalized. [CV_L1]
L24 The (Euclidean) L2-norm of the array is normalized. [CV_L2]
L2SQR5 [NORM_L2SQR]
Hamming6 [NORM_HAMMING]
Hamming27 [NORM_HAMMING2]
NormMask7 [CV_NORM_MASK]
Relative8 [CV_RELATIVE]
Diff16 [CV_DIFF]
MinMax32 The array values are scaled and shifted to the specified range. [CV_MINMAX]
DiffC17 [CV_DIFF_C]
DiffL118 [CV_DIFF_L1]
DiffL220 [CV_DIFF_L2]
RelativeC9 [CV_RELATIVE_C]
RelativeL110 [CV_RELATIVE_L1]
RelativeL212 [CV_RELATIVE_L2]
See Also

Reference