Detection of dirt/artifacts to inpaint them

6 ビュー (過去 30 日間)
Fabian Ziegler
Fabian Ziegler 2021 年 4 月 12 日
コメント済み: Fabian Ziegler 2021 年 4 月 19 日
Hello,
please see attached the following image.
i want to detect the small dirt pieces that can be found on most parts of the picture (small dark ones). I tried to filter them with treshholding from an grey image, but that doesnt allow me to only find the small obstacles (tried with binary based on brightness but other elements are too dark).
Any suggestions how to filter those small artifacts?

採用された回答

Image Analyst
Image Analyst 2021 年 4 月 16 日
Try imtophat() or imbothat() then threshold to find a mask. Then use regionfill() to smear in the surrounding region to "erase" the black specks.
  1 件のコメント
Fabian Ziegler
Fabian Ziegler 2021 年 4 月 19 日
Hello Sir,
thanks that helped me!
Appreciate it!
Best

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

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by