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
Parameters
- 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]
Return Value
Type: Mat[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.Mat.ConvertScaleAbs(System.Double,System.Double)"]
See Also