You are here: Start » FIL.NET » Function Reference » Image » Image Point Transforms » FIL.PowerImage
Exponentiates each pixel to the given power.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void PowerImage ( FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, float inValue, FilNet.Image outImage )
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. | ||
![]() | inValue | float | 2.0f | The exponent. Default value: 2.0f. | |
![]() | outImage | FilNet.Image | Output image. |
Remarks
When diagnostic mode is used, this filter will check correctness of input data and throw an exception if possibility of NaN value in output image occur.
When working in optimized mode, this check is omitted.
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.