Best way to automatically segment image consisting of central elliptical section and touching blobs?

조회 수: 1 (최근 30일)
I am looking for a way to automatically segment images that consist of a central elliptical section and additional 'blobs' that touch this section, such as the mushroom cloud at the top of this image. This needs to work for a wide range of different images with this characteristic. My images are binary images. So far, I have tried bwdist with watershed but this has not worked well.

답변 (1개)

Richa Gupta
Richa Gupta 2015년 7월 16일
Hi DM,
MATLAB provides “ hough ” function that implements the Standard Hough Transform (SHT). This function can detect shapes which can be represented using parametric equations.
But in your case if it would be difficult to represent the shape parametrically (using an analytical function), you can use Generalized Hough Transform (GHT). An implementation of GHT can be found on MATLAB File Exchange. Here is the link to the submission:
Hope this helps.
Richa

제품

Community Treasure Hunt

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

Start Hunting!

Translated by