segment a region in image using pixel coordinates
显示 更早的评论
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

回答(1 个)
Rik
2017-6-27
0 个投票
You can connect the two at the ends and then generate a mask with inpolygon, or a similar strategy.
类别
在 帮助中心 和 File Exchange 中查找有关 Image Segmentation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!