Method | Description | |
---|---|---|
BackwardFourierTransform ( ) : void |
Applies backward fast Fourier transformation to the complex image.
|
|
Clone ( ) : object |
Clone the complex image.
|
|
ForwardFourierTransform ( ) : void |
Applies forward fast Fourier transformation to the complex image.
|
|
FromBitmap ( |
Create complex image from grayscale bitmap.
|
|
FromBitmap ( |
Create complex image from grayscale bitmap.
|
|
ToBitmap ( ) : |
Convert complex image to bitmap.
|
Method | Description | |
---|---|---|
ComplexImage ( int width, int height ) : System |
Initializes a new instance of the ComplexImage class. The constractor is protected, what makes it imposible to instantiate this class directly. To create an instance of this class FromBitmap(Bitmap) or FromBitmap(BitmapData) method should be used. |
protected ComplexImage ( int width, int height ) : System | ||
width | int | Image width. |
height | int | Image height. |
return | System |
public static FromBitmap ( |
||
image | Source grayscale bitmap (8 bpp indexed). | |
return |
public static FromBitmap ( |
||
imageData | Source image data (8 bpp indexed). | |
return |