How do I find fork points of a skeleton? By fork point, I mean, a skeleton point having more than two adjacent points. Please help.
    9 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Soumyajit Pal
 el 20 de Mzo. de 2016
  
    
    
    
    
    Comentada: Soumyajit Pal
 el 21 de Mzo. de 2016
            skltn = bwmorph(binaryImage, 'skel', Inf);  %obtaining skeleton of a binary image
%Now, how do I go about finding the fork points?
%Please note I am working with human skeletons. So, essentially a human skeleton should have two fork points
%One at the neck and the other at the waist
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

