fft data matrix

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

fft data matrix

BlackEdition
i was wondering if anyone knew how to extract the data matrix from the fft generated by imagej?  i would like to get the r, theta and intensity values for each pixel.

thanks!
Reply | Threaded
Open this post in threaded view
|

Re: fft data matrix

Michael Schmid
Hi,

in the FFT options, you can select "Raw Power Spectrum"; this makes  
ImageJ create the 'PS' image where you have to do the measurements.  
Pixel values in this image are the (absolute) square of the FFT.

frequency=0 corresponds to x0=size/2, y0=size/2.

The frequency is image_size*pixel_size/distance_from_x0_y0
The angle is atan2(y-y0, x-x0).

Michael
________________________________________________________________

On 9 Jun 2009, at 01:16, BlackEdition wrote:


> i was wondering if anyone knew how to extract the data matrix from  
> the fft
> generated by imagej?  i would like to get the r, theta and  
> intensity values
> for each pixel.
>
> thanks!
>