ClassesClasses | | Operators

tan_imagetan_imageTanImageTanImage (Operator)

Name

tan_imagetan_imageTanImageTanImage — Calculate the tangent of an image.

Signature

tan_image(Image : TanImage : : )

Herror tan_image(const Hobject Image, Hobject* TanImage)

Herror T_tan_image(const Hobject Image, Hobject* TanImage)

void TanImage(const HObject& Image, HObject* TanImage)

HImage HImage::TanImage() const

static void HOperatorSet.TanImage(HObject image, out HObject tanImage)

HImage HImage.TanImage()

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

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


ClassesClasses | | Operators