Click or drag to resize

ImageTColor, TDepthMinMax Method

http://www.emgu.com
Returns the min / max location and values for the image

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public void MinMax(
	out double[] minValues,
	out double[] maxValues,
	out Point[] minLocations,
	out Point[] maxLocations
)

Parameters

minValues
Type: SystemDouble
The minimum values for each channel
maxValues
Type: SystemDouble
The maximum values for each channel
minLocations
Type: System.DrawingPoint
The minimum locations for each channel
maxLocations
Type: System.DrawingPoint
The maximum locations for each channel
See Also