Click or drag to resize

MatConvertScaleAbs Method

Scales, computes absolute values and converts the result to 8-bit.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Mat ConvertScaleAbs(
	double alpha = 1,
	double beta = 0
)

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
See Also