PowerImage


Exponentiates each pixel to the given power.

Syntax

C++
Python
 
def PowerImage(
	inImage: Image,
	inValue: float,
	outImage: Image,
	/,
	*,
	inRoi: Region | None = None
)
-> None

Parameters

Name Type Default Description
Input value inImage Image Input image
Input value inRoi Region | None None Range of pixels to be processed
Input value inValue float The exponent
Output value outImage Image Output image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.