CvCvtScaleAbs Method (CvArr, CvArr, Double, Double) OpenCvSharp Class Library
Converts input array elements to 8-bit unsigned integer another with optional linear transformation

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void CvtScaleAbs(
	CvArr src,
	CvArr dst,
	double scale,
	double shift
)

Parameters

src
Type: OpenCvSharpCvArr
Source array.
dst
Type: OpenCvSharpCvArr
Destination array (should have 8u depth).
scale
Type: SystemDouble
ScaleAbs factor.
shift
Type: SystemDouble
Value added to the scaled source array elements.
See Also

Reference