complex_to_realcomplex_to_realComplexToRealComplexToRealcomplex_to_real (Operator)
名称
complex_to_realcomplex_to_realComplexToRealComplexToRealcomplex_to_real — 将一幅复数图像转换为两幅实数图像。
签名
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.
执行信息
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Automatically parallelized on tuple level.
参数
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