Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Noise reduction algorithm

Status
Not open for further replies.

tinjamin

Programmer
Jan 26, 2004
2
FI
Hi,

I have tried to find an algorithm to reduce noise from images, but all that I have found are just some theoretical papers.

I`m not sure if it can be done with a convolution matrix? The ones I`ve tried just blur the image.

Does anybody have any experience on this?

Regards,

Tim
 
There are several noise reducion algorithims.

They are:

Convolution
Binomial Smooting
Butterworth Lowpass Filtering
Inverse Filter
Ideal Lowpass Filtering
Gausian Smoothing
Median Filtering
Nonlinear Diffusion

There is quite a bit of info on each on the web including several libraries with source code.

Ed
Ed
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top