Click or drag to resize

ImageTColor, TDepthMin Method (ImageTColor, TDepth)

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

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> Min(
	Image<TColor, TDepth> img2
)

Parameters

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

Return Value

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