http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
normalizes the input array so that it's norm or value range takes the certain value(s).
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvNormalize( IntPtr src, IntPtr dst, double a, double b, NORM_TYPE norm_type, IntPtr mask ) |
Visual Basic |
---|
Public Shared Sub cvNormalize ( _ src As IntPtr, _ dst As IntPtr, _ a As Double, _ b As Double, _ norm_type As NORM_TYPE, _ mask As IntPtr _ ) |
Visual C++ |
---|
public: static void cvNormalize( IntPtr src, IntPtr dst, double a, double b, NORM_TYPE norm_type, IntPtr mask ) |
Parameters
- src
- Type: System..::..IntPtr
The input array
- dst
- Type: System..::..IntPtr
The output array; in-place operation is supported
- a
- Type: System..::..Double
The minimum/maximum value of the output array or the norm of output array
- b
- Type: System..::..Double
The maximum/minimum value of the output array
- norm_type
- Type: Emgu.CV.CvEnum..::..NORM_TYPE
The normalization type
- mask
- Type: System..::..IntPtr
The operation mask. Makes the function consider and normalize only certain array elements