You are here: Start » FIL.NET » FIS.FisFilter_LogarithmImage Method
FIS.FisFilter_LogarithmImage Method
Computes a natural logarithm of each pixel.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_LogarithmImage ( FilNet.ImagePointTransformsState ioState, FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, float? inScale, float inOffset, bool inNormalizeZero, FilNet.Image outImage, FilNet.Profile diagLutProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | FilNet.ImagePointTransformsState | ||||
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Region of interest. Default value: ftl::NIL. | ||
![]() | inScale | float? | Scaling factor (default: 255). Default value: ftl::NIL. | ||
![]() | inOffset | float | <1.0f, INF> | 1.0f | Offset factor. Default value: 1.0f. |
![]() | inNormalizeZero | bool | Specifies whether the output range should be rescaled to start from 0. | ||
![]() | outImage | FilNet.Image | Output image. | ||
![]() | diagLutProfile | FilNet.Profile | Profile depicting the resulting look-up table of the logarithm transform. |
Function Overrides
- FisFilter_LogarithmImage(ImagePointTransformsState, Image, Single, Boolean, Image)
- FisFilter_LogarithmImage(ImagePointTransformsState, Image, NullableRef<Region>, Nullable<Single>, Single, Boolean, Image)