Powertek.Imaging.PtFFTColor Class Reference

FFT calculation for rgb images. More...

List of all members.

Public Member Functions

void Calculate (ref Bitmap inputBmp, out Bitmap outputBmp)
void CalculateInv (out Bitmap restoredBmp, out Bitmap fftBmp)
void RemoveDC ()
void LowPassFilter (int value)
void HighPassFilter (int value, bool holdDC)


Detailed Description


Member Function Documentation

void Powertek.Imaging.PtFFTColor.Calculate ( ref Bitmap  inputBmp,
out Bitmap  outputBmp 
)

Calculate the FFT.

Parameters:
inputBmp Input Bitmap
outputBmp Output Bitmap

void Powertek.Imaging.PtFFTColor.CalculateInv ( out Bitmap  restoredBmp,
out Bitmap  fftBmp 
)

Calculate the inverse of the FFT, note: a fft must be calculated before.

Parameters:
restoredBmp Output Bitmap
fftBmp Output FFT Bitmap

void Powertek.Imaging.PtFFTColor.HighPassFilter ( int  value,
bool  holdDC 
)

Apply a lowpass filter to the bitmap.

Parameters:
value 
holdDC 

void Powertek.Imaging.PtFFTColor.LowPassFilter ( int  value  ) 

Apply a highpass filter to the bitmap.

Parameters:
value 

void Powertek.Imaging.PtFFTColor.RemoveDC (  ) 

Remove the DC Part in the Bitmap.


The documentation for this class was generated from the following file:

Generated on Thu Nov 20 04:48:15 2008 for Powertek.Imaging, 2.0.2.46 by  doxygen 1.5.7.1