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

FIS.ImageStatistics Method

Computes various statistics of the image pixel values.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ImageStatistics
(
	FilNet.Image inImage,
	NullableValue<FilNet.Location> outMinimumLocation,
	NullableValue<float> outMinimumValue,
	NullableValue<FilNet.Location> outMaximumLocation,
	NullableValue<float> outMaximumValue,
	NullableValue<FilNet.Pixel> outAverageColor,
	NullableValue<float> outAverageValue,
	NullableValue<FilNet.Pixel> outSumColor,
	NullableValue<float> outSumValue
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
outMinimumLocationFilNet.NullableValue<FilNet.Location> Can be null to skip this parameter calculation.
outMinimumValueFilNet.NullableValue<float> Can be null to skip this parameter calculation.
outMaximumLocationFilNet.NullableValue<FilNet.Location> Can be null to skip this parameter calculation.
outMaximumValueFilNet.NullableValue<float> Can be null to skip this parameter calculation.
outAverageColorFilNet.NullableValue<FilNet.Pixel> Can be null to skip this parameter calculation.
outAverageValueFilNet.NullableValue<float> Can be null to skip this parameter calculation.
outSumColorFilNet.NullableValue<FilNet.Pixel> Can be null to skip this parameter calculation.
outSumValueFilNet.NullableValue<float> Can be null to skip this parameter calculation.

Function Overrides

See also