Herror ::complex_to_real (
    Hobject ImageComplex,
    Hobject *ImageReal,
    Hobject *ImageImaginary
)
HImage HImage::ComplexToReal (
    HImage *ImageImaginary
) const
HImageArray HImageArray::ComplexToReal (
    HImageArray *ImageImaginary
) const

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) -> 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.


See also

::real_to_complex


Module

Image / region / XLD management



Copyright © 1996-2002 MVTec Software GmbH