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: 1.0.0
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

[Missing <returns> documentation for "M:OpenCvSharp.Mat.ConvertScaleAbs(System.Double,System.Double)"]

See Also