Best post processing procedure to filter data in thermography
2 次查看(过去 30 天)
显示 更早的评论
Hi.
I have some data from thermographic analysis, stored in a third dimensional tensor (pixel-pixel-time). The tensor contains just the amplitude of the signal captured by the thermocamera during the experiment.
In post-processing I am using the following steps in the following order:
- I am removing the background noise
- For each signal contained at each pixel (512 x 640 pixels) I am applying a moving average to smooth the data
- I am removing the gaussian noise
- I am removing the salt and pepper noise
- I am applying a custom made LowPassFilter at very low frequency
I was wondering if this is the most common sequence of steps in MATLAB.
Greetings
Luca
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!