The ComplexImage type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ComplexImage |
Initializes a new instance of the ComplexImage class.
|
Methods
| Name | Description | |
|---|---|---|
| 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.
| |
| FromBitmap | Overloaded. | |
| ToBitmap |
Convert complex image to bitmap.
|
Properties
| Name | Description | |
|---|---|---|
| Data |
Complex image’s data.
| |
| FourierTransformed |
Status of the image – Fourier transformed or not.
| |
| Height |
Image height.
| |
| Width |
Image width.
|