You are here: Start » FIL.NET » FIS.LogarithmImage Method
FIS.LogarithmImage Method
Computes a natural logarithm of each pixel.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void LogarithmImage ( FilNet.Image inImage, float inOffset, bool inNormalizeZero, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | 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
- LogarithmImage(Image, NullableRef<Region>, Nullable<Single>, Single, Boolean, Image)
- LogarithmImage(Image, NullableRef<Region>, Nullable<Single>, Single, Boolean, Image, Profile)