Unexpected segmentation of image
Show older comments
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.
Accepted Answer
More Answers (0)
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!