Show / Hide Table of Contents

Enum NormTypes

Type of norm

Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum NormTypes

Fields

Name Description
Hamming
Hamming2
INF
L1

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

L2

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

L2SQR
MinMax

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

Relative
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX