Click or drag to resize

ImageTColor, TDepthMul Method (Double)

http://www.emgu.com
Elementwise multiply the current image with scale

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public Image<TColor, TDepth> Mul(
	double scale
)

Parameters

scale
Type: SystemDouble
The scale to be multiplied

Return Value

Type: ImageTColor, TDepth
The scaled image
See Also