atan_imageatan_imageAtanImageAtanImageatan_image (Operator)

Name

atan_imageatan_imageAtanImageAtanImageatan_image — Calculate the arctangent of an image.

Signature

atan_image(Image : ArctanImage : : )

Herror atan_image(const Hobject Image, Hobject* ArctanImage)

Herror T_atan_image(const Hobject Image, Hobject* ArctanImage)

void AtanImage(const HObject& Image, HObject* ArctanImage)

HImage HImage::AtanImage() const

static void HOperatorSet.AtanImage(HObject image, out HObject arctanImage)

HImage HImage.AtanImage()

def atan_image(image: HObject) -> HObject

Description

atan_imageatan_imageAtanImageAtanImageAtanImageatan_image calculates the arctangent of an input image ImageImageImageImageimageimage and stores the result in the image ArctanImageArctanImageArctanImageArctanImagearctanImagearctan_image. The angles in ArctanImageArctanImageArctanImageArctanImagearctanImagearctan_image are represented in radians.

Attention

atan_imageatan_imageAtanImageAtanImageAtanImageatan_image can be executed on OpenCL devices.

Execution Information

Parameters

ImageImageImageImageimageimage (input_object)  (multichannel-)image(-array) objectHImageHObjectHImageHobject (real*) *allowed for compute devices

Input image.

ArctanImageArctanImageArctanImageArctanImagearctanImagearctan_image (output_object)  (multichannel-)image(-array) objectHImageHObjectHImageHobject * (real)

Output image.

Alternatives

atan2_imageatan2_imageAtan2ImageAtan2ImageAtan2Imageatan2_image

See also

acos_imageacos_imageAcosImageAcosImageAcosImageacos_image, asin_imageasin_imageAsinImageAsinImageAsinImageasin_image, tan_imagetan_imageTanImageTanImageTanImagetan_image, sin_imagesin_imageSinImageSinImageSinImagesin_image, cos_imagecos_imageCosImageCosImageCosImagecos_image

Module

Foundation