Click or drag to resize

MatMinMaxLoc Method (Point, Point)

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 void MinMaxLoc(
	out Point minLoc,
	out Point maxLoc
)

Parameters

minLoc
Type: OpenCvSharpPoint
Pointer to returned minimum location
maxLoc
Type: OpenCvSharpPoint
Pointer to returned maximum location
See Also