You are here: Start » FIL.NET » Invoke.PowerImage
Exponentiates each pixel to the given power.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void PowerImage ( Fil.Image inImage, Optional<Fil.Region> inRoi, float inValue, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inValue | float | 2.0f | The exponent. Default value: 2.0f. | |
![]() | outImage | Fil.Image | Output image. |