Info

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

Once we use concatenation function on three images of sizes 64 x 256,128 x 256 and 64 x 256 to get an image of 256 x 256 ,how can we deconcatenate to obtain the same three images back?

1 回表示 (過去 30 日間)
V VENKATA KRISHNAN 14BEC0060
V VENKATA KRISHNAN 14BEC0060 2018 年 2 月 17 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
a,b and c are three images with dimensions 64 x 256,128 x 256 and 64 x 256
z=cat(1,a,b);
y=cat(1,z,c);
how can we get back a,b,c with same dimensions?

回答 (0 件)

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

製品

Community Treasure Hunt

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

Start Hunting!

Translated by