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

Parameters

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

[Missing <param name="minIdx"/> documentation for "M:OpenCvSharp.Cv2.MinMaxIdx(OpenCvSharp.InputArray,System.Int32[],System.Int32[])"]

maxIdx
Type: SystemInt32

[Missing <param name="maxIdx"/> documentation for "M:OpenCvSharp.Cv2.MinMaxIdx(OpenCvSharp.InputArray,System.Int32[],System.Int32[])"]

See Also