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, out FilNet.Location outMinimumLocation, out float outMinimumValue, out FilNet.Location outMaximumLocation, out float outMaximumValue, out FilNet.Pixel outAverageColor, out float outAverageValue, out FilNet.Pixel outSumColor, out 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.Location | |||
![]() | outMinimumValue | float | |||
![]() | outMaximumLocation | FilNet.Location | |||
![]() | outMaximumValue | float | |||
![]() | outAverageColor | FilNet.Pixel | |||
![]() | outAverageValue | float | |||
![]() | outSumColor | FilNet.Pixel | |||
![]() | outSumValue | float |
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>, NullableValue<Location>, NullableValue<Single>, NullableValue<Location>, NullableValue<Single>, NullableValue<Pixel>, NullableValue<Single>, NullableValue<Pixel>, NullableValue<Single>)