Click or drag to resize

ImageTColor, TDepthDivision Operator (ImageTColor, TDepth, Double)

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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 division scale

Return Value

Type: ImageTColor, TDepth
image / scale
See Also