Is there a right Processing Sequence for Infrared Images?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
S.M.
le 12 Oct 2017
Réponse apportée : Image Analyst
le 12 Oct 2017
Hello,
I'm using Infrared-Images for detection of edges and cracks. Is there a way for right processing sequence to do that? For example: which operation should be done first, to get better quality?
- stretchlim()
- convert to 8 bit
- remove noise with a filter
- sharpen the image
Which operation sequence makes sense, or does not matter?
Thanks a lot!
S.M.
0 commentaires
Réponse acceptée
Image Analyst
le 12 Oct 2017
In general algorithms depend on the image, which people usually give us if they're asking for image processing advice.
The first two things you said, will not increase quality. And sometimes sharpening reduces quality.
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!