complex_to_realcomplex_to_realComplexToRealComplexToReal (Operator)

Name

complex_to_realcomplex_to_realComplexToRealComplexToReal — Umwandlung eines komplexwertigen Bildes in zwei real-Bilder.

Signatur

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)

Beschreibung

complex_to_realcomplex_to_realComplexToRealComplexToRealComplexToReal wandelt das komplexwertige Bild ImageComplexImageComplexImageComplexImageCompleximageComplex in zwei reellwertige Bilder ImageRealImageRealImageRealImageRealimageReal und ImageImaginaryImageImaginaryImageImaginaryImageImaginaryimageImaginary um, die den Real- bzw. Imaginärteil des komplexen Bildes enthalten.

Ausführungsinformationen

Parameter

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

Komplexes Bild.

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

Realteil.

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

Imaginärteil.

Siehe auch

real_to_complexreal_to_complexRealToComplexRealToComplexRealToComplex

Modul

Foundation