HALCON Reference Manual 10.0.2
Table of Contents / Image / Type Conversion ClassesClassesClasses | | | Operators

complex_to_realcomplex_to_realcomplex_to_realComplexToRealComplexToReal (Operator)

Name

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

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

HImage HImage::ComplexToReal(HImage* ImageImaginary) const

HImageArray HImageArray::ComplexToReal(HImageArray* ImageImaginary) const

void HOperatorSetX.ComplexToReal(
[in] IHUntypedObjectX* ImageComplex, [out] IHUntypedObjectX*ImageReal, [out] IHUntypedObjectX*ImageImaginary)

IHImageX* HImageX.ComplexToReal([out] IHImageX*ImageImaginary)

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

HImage HImage.ComplexToReal(out HImage imageImaginary)

Description

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

Parallelization

Parameters

ImageComplexImageComplexImageComplexImageCompleximageComplex (input_object)  image(-array) objectHImageHImageHImageXHobject (complex)

Complex image.

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

Real part.

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

Imaginary part.

See also

real_to_complexreal_to_complexreal_to_complexRealToComplexRealToComplex

Module

Foundation


Table of Contents / Image / Type Conversion ClassesClassesClasses | | | Operators
HALCON Reference Manual 10.0.2 Copyright © 1996-2011 MVTec Software GmbH