segment a region in image using pixel coordinates
Afficher commentaires plus anciens
I want to segment the cartilage (masked by black lines) from the knee. I have the boundary values stored in a nx2 double matrix ( 2 of them, one for the inner and one for the outer boundary). Any help will be much appreciated! Here is the image

Réponses (1)
Rik
le 27 Juin 2017
0 votes
You can connect the two at the ends and then generate a mask with inpolygon, or a similar strategy.
Catégories
En savoir plus sur Image Segmentation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!