Extracting bones from Xray image
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello experts,
I am trying to extract bones from X-ray image of hand; Fore example:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/163583/image.png)
For example in this sample image, there are 6 bones:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/163586/image.png)
I have tried different methods such as edge detection; For example, with Canny edge detection I get the following result where some of the edges have been missed:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/163588/image.png)
I would be thankful if you could help me with this problem.
댓글 수: 3
Firat Ozersahin
2016년 6월 11일
I think you can do with thresholding and some filters but i have no idea which filter you should use . I have similar issue .
답변 (1개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!