Click or drag to resize

Cv2ConvertScaleAbs 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 static void ConvertScaleAbs(
	InputArray src,
	OutputArray dst,
	double alpha = 1,
	double beta = 0
)

Parameters

src
Type: OpenCvSharpInputArray
The source array
dst
Type: OpenCvSharpOutputArray
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