[This is preliminary documentation and is subject to change.]
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.0.0.0 (2.0.0.0)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- src
- IntPtr
The input array
- dst
- IntPtr
The output array; in-place operation is supported
- a
- Double
The minimum/maximum value of the output array or the norm of output array
- b
- Double
The maximum/minimum value of the output array
- norm_type
- NORM_TYPE
The normalization type
- mask
- IntPtr
The operation mask. Makes the function consider and normalize only certain array elements