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

FIS.ImageMinimum Method

Finds the location and the value of the darkest pixel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

Function Overrides

See also