You are here: Start » AVL.NET » AVL.LogarithmImage(AvlNet.Image, AvlNet.Region, float?, float, bool, AvlNet.Image)
AVL.LogarithmImage(AvlNet.Image, AvlNet.Region, float?, float, bool, AvlNet.Image)
Computes a natural logarithm of each pixel.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void LogarithmImage( AvlNet.Image inImage, AvlNet.Region inRoi, float? inScale, float inOffset, bool inNormalizeZero, out AvlNet.Image outImage )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inRoi
- Type: AvlNet.Region
Region of interest, or null. - inScale
- Type: System.Nullable<System.Single>
Scaling factor (default: 255), or null. - inOffset
- Type: System.Single
Offset factor - inNormalizeZero
- Type: System.Boolean
Specifies whether the output range should be rescaled to start from 0 - outImage
- Type: AvlNet.Image
Output image
Remarks
See full override for more details.
