How can I divide an image into 64 blocks through the centre of gravity of the image?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
The center of gravity is already known using region props but how do I program it to divide the image into 4 blocks through the center of gravity and then further subdivide each block until 64 blocks is gotten.
4 comentarios
Walter Roberson
el 20 de Mzo. de 2013
Do you only want to know the sizes? Those can be calculated without doing the block division.
Respuestas (1)
Walter Roberson
el 26 de Mzo. de 2013
Repeated applications of mat2cell(). But you need to define what output data structure you want.
0 comentarios
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!