how to detect rough boundary of a object in a image

2 ビュー (過去 30 日間)
Frank Jiang
Frank Jiang 2018 年 3 月 2 日
回答済み: Arun Mathamkode 2018 年 3 月 20 日
I have a BW(black and white) image like this, and I am trying to detect the boundary in the center (as I have drawn in the second image). How should I program to get it?
  1 件のコメント
Frank Jiang
Frank Jiang 2018 年 3 月 2 日
The original image can be found as attached.

サインインしてコメントする。

回答 (1 件)

Arun Mathamkode
Arun Mathamkode 2018 年 3 月 20 日
I think the morphological operations like erode and dilate will be useful in separating the central bell-shaped region from the rest white region. First, you may need to use a combination of imerode and imdilate for this. Once you have separated the central region you use the bwboundaries function to find the boundary.

製品

Community Treasure Hunt

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

Start Hunting!

Translated by