real_to_complex ( ImageReal, ImageImaginary : ImageComplex : : )

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.


Parameters

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.


Parallelization Information

real_to_complex is reentrant and automatically parallelized (on tuple level).


See also

complex_to_real


Module

Image / region / XLD management



Copyright © 1996-2005 MVTec Software GmbH