フィルターのクリア

Unexpected segmentation of image

1 回表示 (過去 30 日間)
Ivan Shorokhov
Ivan Shorokhov 2015 年 1 月 6 日
編集済み: Ivan Shorokhov 2015 年 1 月 8 日
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:
  1. Use morpholgy operation to separate noise from ROI.
  2. Find biggest and brightest blows.
  3. 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.

採用された回答

Image Analyst
Image Analyst 2015 年 1 月 6 日
I have no idea what it is about that part of the image that distinguishes it from any other part of the image. How does one know that the upper white stuff is not desired and the lower white stuff is desired? And how do you decide the dividing line between those two regions?

その他の回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by