CvNormalize Method (CvArr, CvArr, Double, Double, NormType) OpenCvSharp Class Library
Normalizes array to a certain norm or value range

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

public static void Normalize(
	CvArr src,
	CvArr dst,
	double a,
	double b,
	NormType normType
)

Parameters

src
Type: OpenCvSharpCvArr
The input array.
dst
Type: OpenCvSharpCvArr
The output array; in-place operation is supported.
a
Type: SystemDouble
The minimum/maximum value of the output array or the norm of output array.
b
Type: SystemDouble
The maximum/minimum value of the output array.
normType
Type: OpenCvSharpNormType
The normalization type.
See Also

Reference