Back to Adaptive Vision Library Lite website

You are here: Start » Image Point Transforms Deprecated » LogarithmImage_Deprecated

LogarithmImage_Deprecated


Computes a natural logarithm of each pixel.

Syntax

void avl::LogarithmImage_Deprecated
(
	ImagePointTransformsState& ioState,
	const avl::Image& inImage,
	atl::Optional<const avl::Region&> inRoi,
	atl::Optional<const atl::real&> inScale,
	atl::real inOffset,
	bool inNormalizeZero,
	avl::Image& outImage,
	avl::Profile& diagLutProfile
)

Parameters

Name Type Range Default Description
ioState ImagePointTransformsState& Object used to maintain state of the function.
inImage const Image& Input image
inRoi Optional<const Region&> NIL Region of interest
inScale Optional<const real&> NIL Scaling factor (default: 255)
inOffset real 1.0 - 1.0f Offset factor
inNormalizeZero bool Specifies whether the output range should be rescaled to start from 0
outImage Image& Output image
diagLutProfile Profile& Profile depicting the resulting look-up table of the logarithm transform

In-place Processing

This function supports in-place data processing - you can pass the same reference to inImage and outImage

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.