How can I test the closure contour and close the open contour
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello
Working on a segmentation of 3D CT images. Sometimes when my segmentation algorithm ( Smoothing, thresholding, 8 connected...) runs to extract the region bone, do not produces always (85 %) close contour . So "imfill (..., 'holes')" not works automatically. In fact it's possible (80 %) to take it correctly by imdilate and imerode with a big structring element but I will lose accuracy.
So my problem is :
- Test the closure contour of each slice
- Closing the open contour
Please if you have any idea let me know (websites, courses, ...)
Thank you
댓글 수: 0
채택된 답변
Image Analyst
2014년 6월 25일
You need a better segmentation algorithm. Look here for ideas: http://www.visionbib.com/bibliography/contentsmedical.html#Medical%20Applications,%20CAT,%20MRI,%20Ultrasound,%20Heart%20Models,%20Brain%20Models
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!