Click or drag to resize

Cv2MinMaxIdx Method (InputArray, Int32, Int32)

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 static void MinMaxIdx(
	InputArray src,
	int[] minIdx,
	int[] maxIdx
)

Parameters

src
Type: OpenCvSharpInputArray
The source single-channel array
minIdx
Type: SystemInt32
maxIdx
Type: SystemInt32
See Also