how to choose 3*3 pixel block in a 512*512 gray image in matlab
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Aditya Shau
am 22 Mai 2018
Kommentiert: Aditya Shau
am 23 Mai 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 Kommentare
Akzeptierte Antwort
Ameer Hamza
am 22 Mai 2018
Bearbeitet: Ameer Hamza
am 22 Mai 2018
imageBlocks = mat2tiles(Image, [3 3])
imageBlocks will contain cell array of the 3x3 pixel blocks.
3 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!