complex_to_realcomplex_to_realComplexToRealComplexToRealcomplex_to_real (Operator)
Name
complex_to_realcomplex_to_realComplexToRealComplexToRealcomplex_to_real
— Convert a complex image into two real images.
Signature
def complex_to_real(image_complex: HObject) -> Tuple[HObject, HObject]
Description
complex_to_realcomplex_to_realComplexToRealComplexToRealcomplex_to_real
converts a complex image
ImageComplexImageComplexImageCompleximageCompleximage_complex
into two real images ImageRealImageRealImageRealimageRealimage_real
and ImageImaginaryImageImaginaryImageImaginaryimageImaginaryimage_imaginary
, which contain the real and imaginary
part of the complex image.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Automatically parallelized on tuple level.
Parameters
ImageComplexImageComplexImageCompleximageCompleximage_complex
(input_object) singlechannelimage(-array) →
objectHImageHObjectHObjectHobject (complex)
Complex image.
ImageRealImageRealImageRealimageRealimage_real
(output_object) image(-array) →
objectHImageHObjectHObjectHobject * (real)
Real part.
ImageImaginaryImageImaginaryImageImaginaryimageImaginaryimage_imaginary
(output_object) image(-array) →
objectHImageHObjectHObjectHobject * (real)
Imaginary part.
See also
real_to_complexreal_to_complexRealToComplexRealToComplexreal_to_complex
Module
Foundation