MATLAB: Split image into blocks and display them in one axes

image processingsplit

Hallo i want to split image into blocks by defining the size for ex : 8*8 and display all those blocks into one axes Gui . — when i click on rendom blocks it gives me his histogrm thanks alot im tired i did my best in searching

Best Answer

You can use either blocproc, matecell or Reshape to achieve this. Refer this link on how to split the matrix into blocks.
Related Question