Skip to content

atan_imageAtanImageAtanImageatan_imageatan_image🔗

Short description🔗

atan_imageAtanImageAtanImageatan_imageatan_image — Calculate the arctangent of an image.

Signature🔗

atan_image( image Image, out image ArctanImage )void AtanImage( const HObject& Image, HObject* ArctanImage )static void HOperatorSet.AtanImage( HObject image, out HObject arctanImage )def atan_image( image: HObject ) -> HObject

Herror atan_image( const Hobject Image, Hobject* ArctanImage )

Herror T_atan_image( const Hobject Image, Hobject* ArctanImage )

HImage HImage::AtanImage( ) const

HImage HImage.AtanImage( )

Description🔗

atan_imageAtanImage calculates the arctangent of an input image Imageimageimage and stores the result in the image ArctanImagearctanImagearctan_image. The angles in ArctanImagearctanImagearctan_image are represented in radians.

Attention🔗

atan_imageAtanImage can be executed on OpenCL devices.

Execution information🔗

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🔗

Imageimageimage (input_object) (multichannel-)image(-array) → object (real*)HObject (real*)HImage (real*)HObject (real*)Hobject (real*) *allowed for compute devices

Input image.

ArctanImagearctanImagearctan_image (output_object) (multichannel-)image(-array) → object (real)HObject (real)HImage (real)HObject (real)Hobject * (real)

Output image.

Combinations with other operators🔗

Combinations

Alternatives

atan2_imageAtan2Image

See also

acos_imageAcosImage, asin_imageAsinImage, tan_imageTanImage, sin_imageSinImage, cos_imageCosImage

Module🔗

Foundation