필터 지우기
필터 지우기

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일)
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