How to find centralized sub image from an image?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I have an image and divided into 2 * 2 grid. Now I want to get centralized sub-image of the same image so that I can find out the features of the centralized sub-image. How to do it?
2 Commenti
Risposta accettata
Guillaume
il 25 Gen 2018
Isn't it simply:
centralised_subimage = yourimage(end/4:3*end/4, end/4:3*end/4, :)
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Modify Image Colors in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!