Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Raster imaging C++ Class library help

COMPLEX

Show in webframe

typedef struct _COMPLEX
{
   L_DOUBLE r;
   L_DOUBLE i;
}L_COMPLEX, * pCOMPLEX;

The COMPLEX structure contains a complex number representing a specific frequency component in Fourier Transform functions.

Member

Description

r

Real part of a complex number.

I

Imaginary part of a complex number.

Comments

This structure is used only by the Fourier Transform functions:

LBitmap::AllocFTArray

LBitmap::DFT

LBitmap::FFT

LBitmap::FreeFTArray

LBitmap::FTDisplay

LBitmap::FrqFilter

LBitmap::FrqFilterMask

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.