sin_imagesin_imageSinImageSinImage (Operator)
Name
sin_imagesin_imageSinImageSinImage
— Calculate the sine of an image.
Signature
Description
sin_imagesin_imageSinImageSinImageSinImage
calculates the sine of an input image
ImageImageImageImageimage
and stores the result in the image SinImageSinImageSinImageSinImagesinImage
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
sin_imagesin_imageSinImageSinImageSinImage
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.
SinImageSinImageSinImageSinImagesinImage
(output_object) (multichannel-)image(-array) →
objectHImageHImageHobject * (real)
Output image.
See also
cos_imagecos_imageCosImageCosImageCosImage
,
tan_imagetan_imageTanImageTanImageTanImage
,
asin_imageasin_imageAsinImageAsinImageAsinImage
,
acos_imageacos_imageAcosImageAcosImageAcosImage
,
atan_imageatan_imageAtanImageAtanImageAtanImage
,
atan2_imageatan2_imageAtan2ImageAtan2ImageAtan2Image
Module
Foundation