dividing images into blocks
Afficher commentaires plus anciens
is there a method to divide the image in to blocks
1 commentaire
Walter Roberson
le 1 Août 2011
This looks to me to be effectively the same question as http://www.mathworks.com/matlabcentral/answers/12805-sliding-window
Réponses (1)
Image Analyst
le 1 Août 2011
Yes:
oneBlock = fullSizedImage(row1:row2, column1:column2);
or if you want to process in blocks but not extract each block of the image out into a separate block array, check blockproc().
Catégories
En savoir plus sur Neighborhood and Block Processing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!