You are here: Start » FIL.NET » FIS.InvertImage Method
FIS.InvertImage Method
Applies numeric inversion (1/x) of the pixel values.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void InvertImage ( FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, float inDividend, 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. | ||
![]() | inDividend | float | |||
![]() | outImage | FilNet.Image | Output image. |