Name
tan_imagetan_imageTanImageTanImage — Calculate the tangent of an image.
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.
tan_imagetan_imageTanImageTanImageTanImage can be executed on OpenCL devices.
- 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.
sin_imagesin_imageSinImageSinImageSinImage,
cos_imagecos_imageCosImageCosImageCosImage,
asin_imageasin_imageAsinImageAsinImageAsinImage,
acos_imageacos_imageAcosImageAcosImageAcosImage,
atan_imageatan_imageAtanImageAtanImageAtanImage,
atan2_imageatan2_imageAtan2ImageAtan2ImageAtan2Image
Foundation