how to combine various image blocks into a single image
조회 수: 1 (최근 30일)
이전 댓글 표시
i have divided the image into various blocks and every block is stored in in an array like image{i-n} contains the all blocks of image.how can we combine to get a single image back
thanks
답변 (1개)
Azzi Abdelmalek
2013년 10월 12일
Concatenate your blocks. For example if your image is nxm array and was divided in two blocks
old_image=[block11 block12 ;block21 block22]
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!