Click or drag to resize

ImageTColor, TDepthMultiply Operator (ImageTColor, TDepth, Double)

http://www.emgu.com
image * scale

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

Parameters

image
Type: Emgu.CVImageTColor, TDepth
The image
scale
Type: SystemDouble
The multiplication scale

Return Value

Type: ImageTColor, TDepth
image * scale
See Also