Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

operation on three images, one of the images is smaller than the others and they overlay each other

3 vues (au cours des 30 derniers jours)
Hana
Hana le 2 Déc 2014
Clôturé : MATLAB Answer Bot le 20 Août 2021
Here B and C cover the same area but A covers some parts of B and C.I want to do some operation where A covers the area. the final result from B and C should have the same size and extend as A.
A = imread('a.tif'); B = imread('b.tif'); C = imread('c.tif');
Betah =A ./ C;
and some more coding line.....

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by