complex_to_real ( ImageComplex : ImageReal, ImageImaginary : : )

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.


Parameters

ImageComplex (input_object)
image(-array) -> object : complex
Complex image.

ImageReal (output_object)
image(-array) -> object : real
Real part.

ImageImaginary (output_object)
image(-array) -> object : real
Imaginary part.


See also

real_to_complex



Copyright © 1996-1997 MVTec Software GmbH