How can match a digital image in the visible with a thermal image?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Federico Fioretti
il 28 Ott 2021
Commentato: Federico Fioretti
il 15 Dic 2021
Hi. I have two images, one taken by a thermal camera and the other taken by a digital camera. The two images have a different spatial resolution. I would overlap them. How can I do?
0 Commenti
Risposta accettata
DGM
il 28 Ott 2021
If they have the same aspect ratio, you can simply adjust the size with imresize(). If the aspect ratio differs, then you'll have to pad or crop accordingly (using imcrop() and padarray()) to enforce colocation of image content.
How you do the overlay depends entirely on what you want. It may suffice to merely take the average (or a weighted average) of the two images.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!