Table of Contents

Enum NormTypes

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Type of norm

[Flags]
public enum NormTypes

Fields

Hamming = L1 | L2
Hamming2 = INF | Hamming
INF = 1
L1 = 2

The L1-norm (sum of absolute values) of the array is normalized.

L2 = 4

The (Euclidean) L2-norm of the array is normalized.

L2SQR = INF | L2
MinMax = 32

The array values are scaled and shifted to the specified range.

Relative = 8