Unexpected segmentation of image
이전 댓글 표시
Hello everybody,
I have following image which I want to segment:
Here is the result I have so far:
However my expected result should look as in the following image:
(ROI).
The algorithm I have in my mind right now is:
- Use morpholgy operation to separate noise from ROI.
- Find biggest and brightest blows.
- Use bwconvhull() and then bwboundaries() to find outer and inner contour of the image. “The outer is the boundaries of the convex hull. To get the inner, subtract or XOR the original from the convex hull, then call bwboundaries().” © Image Analyst
But the above algorithm may not work due to the large noise.
If you have any suggestions how I can segmented the Regions of Interes (ROI), please don't hesitate to leave a comments.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!