tan_imagetan_imageTanImageTanImage (Operator)
Name
tan_imagetan_imageTanImageTanImage
— Calculate the tangent of an image.
Signature
Description
tan_imagetan_imageTanImageTanImageTanImage
calculates the tangent of an input image
ImageImageImageImageimage
and stores the result in the image TanImageTanImageTanImageTanImagetanImage
of type real. If ImageImageImageImageimage
is of type direction or cyclic, the
angles in ImageImageImageImageimage
are converted to radians internally. If
ImageImageImageImageimage
is of type real, the angles in ImageImageImageImageimage
are
assumed to be represented in radians. For direction images, the
value of 255 will result in a value of 0 in the output image.
Attention
tan_imagetan_imageTanImageTanImageTanImage
can be executed on OpenCL devices.
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
ImageImageImageImageimage
(input_object) (multichannel-)image(-array) →
objectHImageHImageHobject (direction* / cyclic* / real*) *allowed for compute devices
Input image.
TanImageTanImageTanImageTanImagetanImage
(output_object) (multichannel-)image(-array) →
objectHImageHImageHobject * (real)
Output image.
See also
sin_imagesin_imageSinImageSinImageSinImage
,
cos_imagecos_imageCosImageCosImageCosImage
,
asin_imageasin_imageAsinImageAsinImageAsinImage
,
acos_imageacos_imageAcosImageAcosImageAcosImage
,
atan_imageatan_imageAtanImageAtanImageAtanImage
,
atan2_imageatan2_imageAtan2ImageAtan2ImageAtan2Image
Module
Foundation