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