Difference between revisions of "FFT Cuda"

From ElphelWiki
Jump to: navigation, search
 
Line 1: Line 1:
== FFT Cuda ==
 
 
 
=== Input ===
 
=== Input ===
 
* Image is presented in TIFF file structure
 
* Image is presented in TIFF file structure

Revision as of 17:46, 4 November 2010

Input

  • Image is presented in TIFF file structure
  • Array of, FFT of kernels (64x64)

Todo

  • Take a windows 128x128, step by 32 pixels
  • Make a FFT (DFT_2D)
  • Get nth-kernel, pad 32px zero's to each side
  • Multiply FFT with kernel
  • Inverse FFT of the result
  • Save 128x128 window to the n'th position in the TIFF