exp_image exp_image ExpImage ExpImage (Operator)
Name
exp_image exp_image ExpImage ExpImage
— Calculate the exponentiation of an image.
Signature
Description
exp_image exp_image ExpImage ExpImage ExpImage
calculates the exponentiation to the base
Base Base Base Base baseVal
of an input image Image Image Image Image image
and stores the result
in the image ExpImage ExpImage ExpImage ExpImage expImage
. If Image Image Image Image image
contains gray
values that would overflow the range of ExpImage ExpImage ExpImage ExpImage expImage
, e.g., >
88.722839 for Base Base Base Base baseVal
= 'e' "e" "e" "e" "e" , the corresponding
gray values in ExpImage ExpImage ExpImage ExpImage expImage
are set to the largest value
representable in ExpImage ExpImage ExpImage ExpImage expImage
(i.e.,
).
Attention
exp_image exp_image ExpImage ExpImage ExpImage
can be executed on an OpenCL device for byte,
int1, int2, uint2, int4, and real images. Note that the results of
the OpenCL code may vary from the results produced by the CPU.
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 Image Image Image image
(input_object) (multichannel-)image(-array) →
object HImage HImage Hobject (byte* / int1* / uint2* / int2* / int4* / int8 / real*) *allowed for compute devices
Input image.
ExpImage ExpImage ExpImage ExpImage expImage
(output_object) (multichannel-)image(-array) →
object HImage HImage Hobject * (real)
Output image.
Base Base Base Base baseVal
(input_control) number →
HTuple HTuple Htuple (string / integer / real) (string / int / long / double) (HString / Hlong / double) (char* / Hlong / double)
Base of the exponentiation.
Default value:
'e'
"e"
"e"
"e"
"e"
Suggested values: 'e' "e" "e" "e" "e" , 2, 10
See also
pow_image pow_image PowImage PowImage PowImage
,
log_image log_image LogImage LogImage LogImage
Module
Foundation