hello, i m new to matlab,,, plz help me ....how can we divide an image into overlapping blocks?
Afficher commentaires plus anciens
for gray scale image
Réponse acceptée
Plus de réponses (1)
Thorsten
le 21 Jan 2013
If your have a function FUN to be applied to each block, you can use
B = nlfilter(A, [M N], FUN)
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!