AW: [CONFOCALMICROSCOPY] Fourier Analysis of an image sequence

Posted by Christian Schumann on
URL: http://confocal-microscopy-list.275.s1.nabble.com/Fourier-Analysis-of-an-image-sequence-tp4523929p4524870.html

Hi Jerome,
 
MATLAB is the tool I'd use. Depending on your image format, you can use the LOCI Bio-Formats tools and the bfopen script to get the complete time sereis into MATLAB. After organizing the images as 3D-array, you can use MATLAB's fft function along the time axis of your array (there's an optional argument that can be passed to the fft specifying the dimension along which to compute the transform). This will be pixel-wise automtatically.
 
Regards,
Christian
 
Dr. Christian Schumann
INM
Leibniz-Institut für Neue Materialien gGmbH
Campus D2 2
66123 Saarbrücken
 
Telefon: +49 681 9300-327
Telefax: +49 681 9300-223
E-Mail:  [hidden email]
Homepage: www.inm-gmbh.de <http://www.inm-gmbh.de/>
------------------------------------------------------------------------
Sitz der Gesellschaft: Saarbrücken     Rechtsform: gGmbH
Amtsgericht Saarbrücken, HRB 8525
Geschäftsführer: Prof. Dr. Eduard Arzt (Vorsitz), Prof. Dr. Michael Veith, Jochen Flackus
Kuratoriumsvorsitzender: StS Peter Hauptmann
USt.-ID: DE 138167776
------------------------------------------------------------------------
 

________________________________

Von: Confocal Microscopy List im Auftrag von Jerome Carpenter
Gesendet: Sa 06.02.2010 04:52
An: [hidden email]
Betreff: [CONFOCALMICROSCOPY] Fourier Analysis of an image sequence


Hello all,
I have an image sequence and would like to take a Fourier Transform of each pixel in time (through the sequence). The goal is to generate frequency and phase maps of a field of beating cilia. I'm currently using ImageJ and the time series analyzer to get average intensity over ROIs, and Matlab for the fourier transform, but would like to go pixel by pixel. Any advice on image analysis packages/plugins to accomplish this?  

Thanks!
Jerome