Object extraction from background

4 ビュー (過去 30 日間)
Lafi Raed
Lafi Raed 2017 年 1 月 31 日
コメント済み: Image Analyst 2017 年 2 月 4 日
Hello, I have so many image that i need to extract object from them(remove the background) i have tested automatic thresholding to estimate the background gray level, also i hae tried Level set , but both method give good result for some images and poor result for other , i'm asking if there is a robust and good way to do this task. Please can anyone put me in the right direction.
here is an example that contain many object:
here is another one that contain one object:
Thank you

回答 (2 件)

Image Analyst
Image Analyst 2017 年 1 月 31 日
編集済み: Image Analyst 2017 年 1 月 31 日
I'd probably do a texture filter like stdfilt(), maybe ORed with an edge detector, and then threshold and fill the blobs with imfill. Let me know if you can't figure it out. Attach the images without the red graphical outlines on them.
  1 件のコメント
Lafi Raed
Lafi Raed 2017 年 1 月 31 日
編集済み: Lafi Raed 2017 年 1 月 31 日
please can you explain more, also what is ORed with edge detector ?? here is the Original Image you can acces to them

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


Image Analyst
Image Analyst 2017 年 2 月 1 日
See attached demo. It could be improved, but for 10 minutes work, it's a start.
  10 件のコメント
Lafi Raed
Lafi Raed 2017 年 2 月 4 日
please can you give me the refernce for the University of Dayton?
Image Analyst
Image Analyst 2017 年 2 月 4 日
One of them is about shadow removal.

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

Community Treasure Hunt

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

Start Hunting!

Translated by