comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » filtering images in the fourier domain
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
filtering images in the fourier domain [message #37160] Mon, 17 November 2003 06:06
dino.nicola is currently offline  dino.nicola
Messages: 7
Registered: October 2003
Junior Member
is anybody out there that can tell me how to filter row by row or column by
column an image (actually one radiographic projection)

indeed I am little confused with the FFT call in IDL


in matlab the commands are :

% matalb working example ... column by column ... H is my filter

proj = fft(proj); % p holds fft of projections
for ic = 1:size(proj,2)
% filter column by column i.e. row sino by row sino
proj(:,ic) = proj(:,ic).*H; % frequency domain filtering
end
proj = real(ifft(proj)); % p is the filtered projections


thank you in advance for your attention
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: problems in building projects (.sav)
Next Topic: Resolve_all: bogus unresolved references

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 15:55:18 PDT 2025

Total time taken to generate the page: 0.79621 seconds