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