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!