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) -> Hobject: HImage(Array) ( complex ) |
| Complex image. | |
|
ImageReal (output_object) |
image(-array) -> Hobject * : HImage(Array) ( real ) |
| Real part. | |
|
ImageImaginary (output_object) |
image(-array) -> Hobject * : HImage(Array) ( real ) |
| Imaginary part. | |
Image / region / XLD management