atan_imageatan_imageAtanImageAtanImageatan_image (算子名称)
名称
atan_imageatan_imageAtanImageAtanImageatan_image — Calculate the arctangent of an image.
参数签名
def atan_image(image: HObject) -> HObject
描述
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.
注意
atan_imageatan_imageAtanImageAtanImageAtanImageatan_image can be executed on OpenCL devices.
运行信息
- 支持OpenCL计算设备。
- 多线程类型:可重入(与非独占操作符并行运行)。
- 多线程作用域:全局(可以从任何线程调用)。
- 在元组级别自动并行化。
- 在图像通道级别自动并行化。
- Automatically parallelized on domain level.
参数表
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.
可替代算子
atan2_imageatan2_imageAtan2ImageAtan2ImageAtan2Imageatan2_image
参考其它
acos_imageacos_imageAcosImageAcosImageAcosImageacos_image,
asin_imageasin_imageAsinImageAsinImageAsinImageasin_image,
tan_imagetan_imageTanImageTanImageTanImagetan_image,
sin_imagesin_imageSinImageSinImageSinImagesin_image,
cos_imagecos_imageCosImageCosImageCosImagecos_image
模块
Foundation