CvArrCvtScale Method (CvArr, Double) OpenCvSharp Class Library
Converts one array to another with optional linear transformation

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

public void CvtScale(
	CvArr dst,
	double scale
)

Parameters

dst
Type: OpenCvSharpCvArr
Destination array.
scale
Type: SystemDouble
Scale factor.
See Also

Reference