Click or drag to resize

MatMinMaxIdx Method (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 void MinMaxIdx(
	int[] minIdx,
	int[] maxIdx
)

Parameters

minIdx
Type: SystemInt32
maxIdx
Type: SystemInt32
See Also