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.


See also

complex_to_real



Copyright © 1996-1997 MVTec Software GmbH