Is there an image processing function to get a skeleton of a binary image in MATLAB
Posted
by AZIRAR
on Stack Overflow
See other posts from Stack Overflow
or by AZIRAR
Published on 2010-05-20T16:35:00Z
Indexed on
2010/05/20
17:10 UTC
Read the original article
Hit count: 341
The objective of skeletonization is to represent a binary image with a minimum set of pixels. The skeleton must account for geometrical properties of the form and retain associative relationships.
My question here is how can I get a skeleton from binary image?
© Stack Overflow or respective owner