Click or drag to resize

MatrixTDepthMinMax Method

http://www.emgu.com
Returns the min / max locations and values for the matrix

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void MinMax(
	out double minValue,
	out double maxValue,
	out Point minLocation,
	out Point maxLocation,
	IInputArray mask = null
)

Parameters

minValue
Type: SystemDouble
The minimum value
maxValue
Type: SystemDouble
The maximum value
minLocation
Type: System.DrawingPoint
The minimum location
maxLocation
Type: System.DrawingPoint
The maximum location
mask (Optional)
Type: Emgu.CVIInputArray
The optional mask
See Also