complex_to_realcomplex_to_realComplexToRealComplexToReal (Operator)

Name

complex_to_realcomplex_to_realComplexToRealComplexToReal — Convert a complex image into two real images.

Signature

complex_to_real(ImageComplex : ImageReal, ImageImaginary : : )

Herror complex_to_real(const Hobject ImageComplex, Hobject* ImageReal, Hobject* ImageImaginary)

Herror T_complex_to_real(const Hobject ImageComplex, Hobject* ImageReal, Hobject* ImageImaginary)

void ComplexToReal(const HObject& ImageComplex, HObject* ImageReal, HObject* ImageImaginary)

HImage HImage::ComplexToReal(HImage* ImageImaginary) const

static void HOperatorSet.ComplexToReal(HObject imageComplex, out HObject imageReal, out HObject imageImaginary)

HImage HImage.ComplexToReal(out HImage imageImaginary)

Description

complex_to_realcomplex_to_realComplexToRealComplexToRealComplexToReal converts a complex image ImageComplexImageComplexImageComplexImageCompleximageComplex into two real images ImageRealImageRealImageRealImageRealimageReal and ImageImaginaryImageImaginaryImageImaginaryImageImaginaryimageImaginary, which contain the real and imaginary part of the complex image.

Execution Information

Parameters

ImageComplexImageComplexImageComplexImageCompleximageComplex (input_object)  singlechannelimage(-array) objectHImageHImageHobject (complex)

Complex image.

ImageRealImageRealImageRealImageRealimageReal (output_object)  image(-array) objectHImageHImageHobject * (real)

Real part.

ImageImaginaryImageImaginaryImageImaginaryImageImaginaryimageImaginary (output_object)  image(-array) objectHImageHImageHobject * (real)

Imaginary part.

See also

real_to_complexreal_to_complexRealToComplexRealToComplexRealToComplex

Module

Foundation