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, float inOffset, bool inNormalizeZero, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | FilNet.ImagePointTransformsState | ||||
![]() | inImage | FilNet.Image | Input image. | ||
![]() | 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. |
Function Overrides
- FisFilter_LogarithmImage(ImagePointTransformsState, Image, NullableRef<Region>, Nullable<Single>, Single, Boolean, Image)
- FisFilter_LogarithmImage(ImagePointTransformsState, Image, NullableRef<Region>, Nullable<Single>, Single, Boolean, Image, Profile)