complex_to_realcomplex_to_realComplexToRealComplexToReal (Operator)
Name
complex_to_realcomplex_to_realComplexToRealComplexToReal — Convert a complex image into two real images.
Signature
Description
complex_to_realcomplex_to_realComplexToRealComplexToRealComplexToReal converts a complex image
ImageComplexImageComplexImageComplexImageCompleximageComplex into two real images ImageRealImageRealImageRealImageRealimageReal
and ImageImaginaryImageImaginaryImageImaginaryImageImaginaryimageImaginary, 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
ImageComplexImageComplexImageComplexImageCompleximageComplex (input_object) singlechannelimage(-array) → objectHImageHImageHobject (complex)
Complex image.
ImageRealImageRealImageRealImageRealimageReal (output_object) image(-array) → objectHImageHImageHobject * (real)
Real part.
ImageImaginaryImageImaginaryImageImaginaryImageImaginaryimageImaginary (output_object) image(-array) → objectHImageHImageHobject * (real)
Imaginary part.
See also
real_to_complexreal_to_complexRealToComplexRealToComplexRealToComplex
Module
Foundation