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

AVS.ImageStatistics Method

Computes various statistics of the image pixel values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
outMinimumLocationAvlNet.NullableValue<AvlNet.Location> Can be null to skip this parameter calculation.
outMinimumValueAvlNet.NullableValue<float> Can be null to skip this parameter calculation.
outMaximumLocationAvlNet.NullableValue<AvlNet.Location> Can be null to skip this parameter calculation.
outMaximumValueAvlNet.NullableValue<float> Can be null to skip this parameter calculation.
outAverageColorAvlNet.NullableValue<AvlNet.Pixel> Can be null to skip this parameter calculation.
outAverageValueAvlNet.NullableValue<float> Can be null to skip this parameter calculation.
outSumColorAvlNet.NullableValue<AvlNet.Pixel> Can be null to skip this parameter calculation.
outSumValueAvlNet.NullableValue<float> Can be null to skip this parameter calculation.

Function Overrides

See also