You are here: Start » FIL.NET » Invoke.LogarithmImage

Invoke.LogarithmImage

Computes a natural logarithm of each pixel.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void LogarithmImage
(
	Fil.Image inImage,
	Optional<Fil.Region> inRoi,
	Optional<float> inScale,
	float inOffset,
	bool inNormalizeZero,
	Fil.Image outImage,
	Diagnostic<Fil.Profile> diagLutProfile
)

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
inRoiFtl.Optional<Fil.Region>Region of interest. Default value: ftl::NIL.
inScaleFtl.Optional<float>Scaling factor (default: 255). Default value: ftl::NIL.
inOffsetfloat<1.0f, INF>1.0fOffset factor. Default value: 1.0f.
inNormalizeZeroboolSpecifies whether the output range should be rescaled to start from 0.
outImageFil.ImageOutput image.
diagLutProfileFil.Diagnostic<Fil.Profile>Profile depicting the resulting look-up table of the logarithm transform.

See also