You are here: Start » AVL.NET » AVL.ImageMinimum(AvlNet.Image, AvlNet.Location, float)

AVL.ImageMinimum(AvlNet.Image, AvlNet.Location, float)

Finds the location and the value of the darkest pixel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ImageMinimum(
	AvlNet.Image inImage,
	out AvlNet.Location outMinimumLocation,
	out float outMinimumValue
)

Parameters

inImage
Type: AvlNet.Image
Input image
outMinimumLocation
Type: AvlNet.Location
outMinimumValue
Type: System.Single

Remarks

See full override for more details.

See also