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 | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | outMinimumLocation | FilNet.NullableValue<FilNet.Location> | Can be null to skip this parameter calculation. | ||
![]() | outMinimumValue | FilNet.NullableValue<float> | Can be null to skip this parameter calculation. | ||
![]() | outMaximumLocation | FilNet.NullableValue<FilNet.Location> | Can be null to skip this parameter calculation. | ||
![]() | outMaximumValue | FilNet.NullableValue<float> | Can be null to skip this parameter calculation. | ||
![]() | outAverageColor | FilNet.NullableValue<FilNet.Pixel> | Can be null to skip this parameter calculation. | ||
![]() | outAverageValue | FilNet.NullableValue<float> | Can be null to skip this parameter calculation. | ||
![]() | outSumColor | FilNet.NullableValue<FilNet.Pixel> | Can be null to skip this parameter calculation. | ||
![]() | outSumValue | FilNet.NullableValue<float> | Can be null to skip this parameter calculation. |
Function Overrides
- ImageStatistics(Image, NullableRef<Region>, Location, Single, Location, Single, Pixel, Single, Pixel, Single)
- ImageStatistics(Image, NullableRef<Region>, NullableValue<Location>, NullableValue<Single>, NullableValue<Location>, NullableValue<Single>, NullableValue<Pixel>, NullableValue<Single>, NullableValue<Pixel>, NullableValue<Single>)