Click or drag to resize

Mat.MinMaxIdx Method (Double, Double)

finds global minimum and maximum array elements and returns their values and their locations

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void MinMaxIdx(
	out double minVal,
	out double maxVal
)

Parameters

minVal
Type: System.Double
Pointer to returned minimum value
maxVal
Type: System.Double
Pointer to returned maximum value
See Also