complex_to_realcomplex_to_realComplexToRealComplexToRealcomplex_to_real (Operator)

名称

complex_to_realcomplex_to_realComplexToRealComplexToRealcomplex_to_real — 将一幅复数图像转换为两幅实数图像。

签名

complex_to_real(ImageComplex : ImageReal, ImageImaginary : : )

Herror complex_to_real(const Hobject ImageComplex, Hobject* ImageReal, Hobject* ImageImaginary)

Herror T_complex_to_real(const Hobject ImageComplex, Hobject* ImageReal, Hobject* ImageImaginary)

void ComplexToReal(const HObject& ImageComplex, HObject* ImageReal, HObject* ImageImaginary)

HImage HImage::ComplexToReal(HImage* ImageImaginary) const

static void HOperatorSet.ComplexToReal(HObject imageComplex, out HObject imageReal, out HObject imageImaginary)

HImage HImage.ComplexToReal(out HImage imageImaginary)

def complex_to_real(image_complex: HObject) -> Tuple[HObject, HObject]

描述

complex_to_realcomplex_to_realComplexToRealComplexToRealComplexToRealcomplex_to_real converts a complex image ImageComplexImageComplexImageComplexImageCompleximageCompleximage_complex into two real images ImageRealImageRealImageRealImageRealimageRealimage_real and ImageImaginaryImageImaginaryImageImaginaryImageImaginaryimageImaginaryimage_imaginary, which contain the real and imaginary part of the complex image.

执行信息

参数

ImageComplexImageComplexImageComplexImageCompleximageCompleximage_complex (input_object)  singlechannelimage(-array) objectHImageHObjectHImageHobject (complex)

Complex image.

ImageRealImageRealImageRealImageRealimageRealimage_real (output_object)  image(-array) objectHImageHObjectHImageHobject * (real)

Real part.

ImageImaginaryImageImaginaryImageImaginaryImageImaginaryimageImaginaryimage_imaginary (output_object)  image(-array) objectHImageHObjectHImageHobject * (real)

Imaginary part.

另见

real_to_complexreal_to_complexRealToComplexRealToComplexRealToComplexreal_to_complex

模块

Foundation