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 Chriss Miller 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
Joined
Jan 26, 2004
Messages
2
Location
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.

Similar threads

Part and Inventory Search

Sponsor

Back
Top