You are here: Start » FIL.NET » FIS.PowerImage Method
FIS.PowerImage Method
Exponentiates each pixel to the given power.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
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. |