sqrt_image ( Image : SqrtImage : : )

Calculate the square root of an image.

sqrt_image calculates the square root of an input image Image and stores the result in the image SqrtImage of the same pixel type. In case the picture Image is of a signed pixel type, negative pixel values will be mapped to zero in SqrtImage.


Parameters

Image (input_object)
(multichannel-)image(-array) -> object : byte / int1 / int2 / uint2 / int4 / real
Input image

SqrtImage (output_object)
(multichannel-)image(-array) -> object : byte / int1 / int2 / uint2 / int4 / real
Output image


Parallelization Information

sqrt_image is reentrant and automatically parallelized (on tuple level, channel level, domain level).


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH