Back to Adaptive Vision Library website

You are here: Start » Function Reference » Image Point Transforms » InvertImage

InvertImage


Applies numeric inversion (1/x) of the pixel values.

Syntax

C++
C#
 
void avl::InvertImage
(
	const avl::Image& inImage,
	atl::Optional<const avl::Region&> inRoi,
	float inDividend,
	avl::Image& outImage
)

Parameters

Name Type Default Description
inImage const Image& Input image
inRoi Optional<const Region&> NIL Range of pixels to be processed
inDividend float
outImage Image& Output image

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.