The ComplexImage type exposes the following members.

Constructors

  NameDescription
ComplexImage
Initializes a new instance of the ComplexImage class.

Methods

  NameDescription
BackwardFourierTransform
Applies backward fast Fourier transformation to the complex image.
Clone
Clone the complex image.
ForwardFourierTransform
Applies forward fast Fourier transformation to the complex image.
FromBitmapOverloaded.
ToBitmap
Convert complex image to bitmap.

Properties

  NameDescription
Data
Complex image's data.
FourierTransformed
Status of the image - Fourier transformed or not.
Height
Image height.
Width
Image width.

See Also