You are here: Start » FIL.NET » Function Reference » Image » Image Pixel Statistics » FIL.ImageStatistics
Computes various statistics of the image pixel values.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ImageStatistics ( FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, 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. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | 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. |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Region exceeds an input image in ImageStatistics. |
Function Overrides
- ImageStatistics(Image, NullableValue<Location>, NullableValue<Single>, NullableValue<Location>, NullableValue<Single>, NullableValue<Pixel>, NullableValue<Single>, NullableValue<Pixel>, NullableValue<Single>)
- ImageStatistics(Image, NullableRef<Region>, Location, Single, Location, Single, Pixel, Single, Pixel, Single)