how do we divide and recombine image into blocks?
3 次查看(过去 30 天)
显示 更早的评论
I have already divided image into blocks using the following code;
Block(:,:,kk+j)=odd((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs));
now how do i recombine back?
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!