skeleton 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
            16:40 UTC
        
        
        Read the original article
        Hit count: 413
        
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