Herror ::real_to_complex (
    Hobject ImageReal,
    Hobject ImageImaginary,
    Hobject *ImageComplex
)
HImage HImage::RealToComplex (
    const HImageArray &ImageImaginary
) const
HImageArray HImageArray::RealToComplex (
    const HImageArray &ImageImaginary
) const

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


See also

::complex_to_real


Module

Image / region / XLD management



Copyright © 1996-2002 MVTec Software GmbH