Skip to content

real_to_complexRealToComplexRealToComplexreal_to_complexreal_to_complex🔗

Short description🔗

real_to_complexRealToComplexRealToComplexreal_to_complexreal_to_complex — Convert two real images into a complex image.

Signature🔗

real_to_complex( image ImageReal, image ImageImaginary, out image ImageComplex )void RealToComplex( const HObject& ImageReal, const HObject& ImageImaginary, HObject* ImageComplex )static void HOperatorSet.RealToComplex( HObject imageReal, HObject imageImaginary, out HObject imageComplex )def real_to_complex( image_real: HObject, image_imaginary: HObject ) -> HObject

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

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

HImage HImage::RealToComplex( const HImage& ImageImaginary ) const

HImage HImage.RealToComplex( HImage imageImaginary )

Description🔗

real_to_complexRealToComplex converts two real images ImageRealimageRealimage_real and ImageImaginaryimageImaginaryimage_imaginary, which contain the real and imaginary part of a complex image, into a complex image ImageCompleximageCompleximage_complex.

Execution information🔗

Execution information
  • Multithreading type: reentrant (runs in parallel with non-exclusive operators).

  • Multithreading scope: global (may be called from any thread).

Parameters🔗

ImageRealimageRealimage_real (input_object) singlechannelimage(-array) → object (real)HObject (real)HImage (real)HObject (real)Hobject (real)

Real part.

ImageImaginaryimageImaginaryimage_imaginary (input_object) singlechannelimage(-array) → object (real)HObject (real)HImage (real)HObject (real)Hobject (real)

Imaginary part.

ImageCompleximageCompleximage_complex (output_object) image(-array) → object (complex)HObject (complex)HImage (complex)HObject (complex)Hobject * (complex)

Complex image.

Combinations with other operators🔗

Combinations

See also

complex_to_realComplexToReal

Module🔗

Foundation