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_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.
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
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.
See also
real_to_complexreal_to_complexRealToComplexRealToComplexRealToComplexreal_to_complex
Module
Foundation