Convert a complex image into two real images.
complex_to_real converts a complex image ImageComplex into two real images ImageReal and ImageImaginary, which contain the real and imaginary part of the complex image.
|
ImageComplex (input_object) |
image(-array) -> object : complex |
| Complex image. | |
|
ImageReal (output_object) |
image(-array) -> object : real |
| Real part. | |
|
ImageImaginary (output_object) |
image(-array) -> object : real |
| Imaginary part. | |
complex_to_real is reentrant and automatically parallelized (on tuple level).
Foundation