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

AVS.ImageMaximum Method

Finds the location and the value of the brightest pixel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ImageMaximum
(
	AvlNet.Image inImage,
	NullableRef<AvlNet.Region> inRoi,
	out AvlNet.Location outMaximumLocation,
	out float outMaximumValue
)

Parameters

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

Function Overrides

See also