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