MatzJB / Homomorphic-filtering

A homomorphic filtering GUI written in Matlab
3 stars 2 forks source link

Using For thermapp Camera #1

Open mathurawasirishabh opened 7 years ago

mathurawasirishabh commented 7 years ago

I am able to take frames out from thermapp camera , i want to improve quality of that image . can i use the same method for thermapp also??

MatzJB commented 7 years ago

Hi. If you haven't already, read my post on my website about this where I give examples and the pros and cons in using the method: http://matzjb.se/2015/09/29/enhancing-image-quality-of-thermal-images-seek/ One conclusion of the article is that noise will be enhanced, along with the rest of the image.

An idea is to reduce the noise by taking several thermal images and average them. The noise, because it is random, will be cancelled out and you can enhance the image then using homomorphic filtering.

Let me know how it turns out.