LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

De-noising image data

I have a sequence of pixmap images that are a bit noisy. Anyone have any
suggestions or VIs for denoising them? Currently, I'm doing a FFT, then
a low-pass filter, then an inverse FFT, but it doesn't seem to be working
quite as well as I"d like it.
0 Kudos
Message 1 of 3
(2,719 Views)
Look for image processing sites, usually one can use a 3x3 matrix and
perform a 2D convolution.
If you have matlab then you can just get a sample matrix from there.
I do not have a sample matrix handy, if you really can't find one than email
me.

"Jejo Koola" wrote in message
news:38e92690@newsgroups.ni.com...
>
> I have a sequence of pixmap images that are a bit noisy. Anyone have any
> suggestions or VIs for denoising them? Currently, I'm doing a FFT, then
> a low-pass filter, then an inverse FFT, but it doesn't seem to be working
> quite as well as I"d like it.




-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 80,000 Newsgroups - 16 Different Servers!
=-----
0 Kudos
Message 2 of 3
(2,719 Views)
Hallo,

Some time ago I wrote this type of filter vi using a CIN for speed. If I
remember right, there is a 3*3 Median filter and a 3*3 Gaussian -
perhaps more, I don't remember.
So, if interested, give me a word by mail.
--
Pierre Meyer                        
Laboratoire de Physique des Solides     
Bt. 510, Universite de Paris Sud         
F 91405 ORSAY, FRANCE               
T : (33)-(0)1 69 15 60 62
Fx : (33)-(0)1 69 15 60 86
e-mail : meyer@lps.u-psud.fr
homepage : http://www.lps.u-psud.fr/
0 Kudos
Message 3 of 3
(2,719 Views)