complex_to_realcomplex_to_realComplexToRealComplexToRealcomplex_to_real (算子名称)
名称
complex_to_realcomplex_to_realComplexToRealComplexToRealcomplex_to_real — Convert a complex image into two real images.
参数签名
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