acos_image🔗
Short description🔗
acos_image — Calculate the arccosine of an image.
Signature🔗
acos_image( image Image, out image ArccosImage )
Description🔗
acos_image calculates the arccosine of an input image
Image and stores the result in the image
ArccosImage. The angles in ArccosImage are
represented in radians. If Image contains gray values
outside the valid domain \([-1,1]\) of the arccosine function, the
corresponding gray values in ArccosImage are set to 0.
Attention🔗
acos_image can be executed on OpenCL devices.
Execution information🔗
Execution information
-
Supports OpenCL compute devices.
-
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
-
Multithreading scope: global (may be called from any thread).
-
Automatically parallelized on tuple level.
-
Automatically parallelized on channel level.
-
Automatically parallelized on domain level.
Parameters🔗
Image (input_object) (multichannel-)image(-array) → object (real*) *allowed for compute devices
Input image.
ArccosImage (output_object) (multichannel-)image(-array) → object (real)
Output image.
Combinations with other operators🔗
Module🔗
Foundation