how to reconstruct image that has been clustered to its original image ?
3 views (last 30 days)
Show older comments
hi, I have an image and already devided it into 100x100 size block. after obtaining cluster for each block I want to return the blocks of the image to its original image. do you guys could help me with matlab code, please?
i've attached the image fyi.
thank you so much.
3 Comments
Adam
on 11 Feb 2019
Again, it depends entirely what format youtr blocks are in, but, for example
img = [block1 block2; block3 block4];
would recompose an image from 4 blocks, provided they are the same size (or compatible sizes at least).
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!