You are here: Start » AVL.NET » AVS.ImageMinimum Method

AVS.ImageMinimum Method

Finds the location and the value of the darkest pixel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ImageMinimum
(
	AvlNet.Image inImage,
	NullableRef<AvlNet.Region> inRoi,
	out AvlNet.Location outMinimumLocation,
	out float outMinimumValue
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
outMinimumLocationAvlNet.Location
outMinimumValuefloat

Function Overrides

See also