Create patches in an image
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello, I have an image of size 223x302x3 uint8. I want to divide the image into 20 equal patches and also get the centre pixel of each of these patch. can someone please help me.
many thanks
2 Commenti
Stephen23
il 8 Mag 2017
Use blockproc and indexing, or just indexing, depending on whichever you feel most comfortable with.
Matthew Eicholtz
il 8 Mag 2017
I'm confused by the phrase "20 equal patches"; can you clarify? It is impossible to divide a 223-by-302 image into 20 patches with an equal number of pixels in each patch.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Polygons 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!