Scales, computes absolute values and converts the result to 8-bit.
            
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void ConvertScaleAbs( InputArray src, OutputArray dst, double alpha = 1, double beta = 0 )
Parameters
- src
 - Type: OpenCvSharp.CPlusPlusInputArray
The source array - dst
 - Type: OpenCvSharp.CPlusPlusOutputArray
The destination array - alpha (Optional)
 - Type: SystemDouble
The optional scale factor. [By default this is 1] - beta (Optional)
 - Type: SystemDouble
The optional delta added to the scaled values. [By default this is 0] 
See Also