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!