How can I fill the scratch after scratch detection?

2 visualizzazioni (ultimi 30 giorni)
Hi, I'm struggling on how to fill the scratch after scratch detection. The mask of scratch detection is shown below.
After this, I'm trying to restore(remove) these scratches with interpolated value from neighbors, is there any way that I can interpolate the value?

Risposta accettata

DGM
DGM il 10 Apr 2021
Without knowing the original image content, you can probably do inpainting with regionfill()
If you have an older version, you can use inpaint_nans from the FEX:
Depending on the complexity of the image and the relative size of the defects, a more complex approach may work (R2019b+)
  1 Commento
Yuelei Li
Yuelei Li il 10 Apr 2021
Hi, thanks for your reply, I tried the regionfill but it's not working well, I will definitelytry inpaint conherant!

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Images in Help Center e File Exchange

Prodotti


Release

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by