Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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

1 回表示 (過去 30 日間)
Hana
Hana 2014 年 12 月 2 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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.....

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by