How to shrink a binary image of an irregular object?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have a binary image of an irregular object. Any clue on how to shrink this object, for example, by 20pixel from all directions?
I tried tracing the boundary and edit the coordinates but it was not practical.
0 Commenti
Risposta accettata
Sean de Wolski
il 27 Mar 2014
A few ways:
doc imerode
Or if you need to maintain objects:
doc bwmorph
Look at the skel and thin options.
3 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Import, Export, and Conversion 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!