You are here: Start » AVL.NET » Invoke.LogarithmImage
Computes a natural logarithm of each pixel.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void LogarithmImage ( Avl.Image inImage, Optional<Avl.Region> inRoi, Optional<float> inScale, float inOffset, bool inNormalizeZero, Avl.Image outImage, Diagnostic<Avl.Profile> diagLutProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inRoi | Atl.Optional<Avl.Region> | Region of interest. Default value: atl::NIL. | ||
![]() | inScale | Atl.Optional<float> | Scaling factor (default: 255). Default value: atl::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 | Avl.Image | Output image. | ||
![]() | diagLutProfile | Avl.Diagnostic<Avl.Profile> | Profile depicting the resulting look-up table of the logarithm transform. |