Click or drag to resize

ImageTColor, TDepthMax Method (Double)

http://www.emgu.com
Find the elementwise maximum value

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public Image<TColor, TDepth> Max(
	double value
)

Parameters

value
Type: SystemDouble
The value to compare with

Return Value

Type: ImageTColor, TDepth
An image where each pixel is the maximum of this image and value
See Also