Click or drag to resize
ImageTColor, TDepthMax Method (ImageTColor, TDepth)
http://www.emgu.com
Find the elementwise maximum value

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

Parameters

img2
Type: Emgu.CVImageTColor, TDepth
The second image for the Max operation

Return Value

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