normalizes the input array so that it's norm or value range takes the certain value(s).


- 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