Process large image by patch
Afficher commentaires plus anciens
Hi,
I have a 600x1000 image and I would like to process the image by 51x51 image patches. I have tried to reshape it but it's not possible.
Thank you.
Réponses (1)
Walter Roberson
le 10 Nov 2022
0 votes
If you want to do sliding block processing, use the BorderSize option.
If the size of the data being returned by your processing is smaller than the 51 x 51 patch, then pay attention to the TrimBorder option.
Catégories
En savoir plus sur Image Processing Toolbox 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!