You are here: Start » FIL.NET » FIS.ImageMaximum Method

FIS.ImageMaximum Method

Finds the location and the value of the brightest pixel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
outMaximumLocationFilNet.NullableValue<FilNet.Location> Can be null to skip this parameter calculation.
outMaximumValueFilNet.NullableValue<float> Can be null to skip this parameter calculation.

Function Overrides

See also