how to choose 3*3 pixel block in a 512*512 gray image in matlab
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Aditya Shau
el 22 de Mayo de 2018
Comentada: Aditya Shau
el 23 de Mayo de 2018
I have to take block with 3*3 pixels each time for an image with the size of 512*512. Kindly suggest Hoping for your early response
0 comentarios
Respuesta aceptada
Ameer Hamza
el 22 de Mayo de 2018
Editada: Ameer Hamza
el 22 de Mayo de 2018
imageBlocks = mat2tiles(Image, [3 3])
imageBlocks will contain cell array of the 3x3 pixel blocks.
3 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!