Clear Filters
Clear Filters

Filling Strip Line Gaps in Landsat 7 image

2 views (last 30 days)
Duaa Abu Sadaa
Duaa Abu Sadaa on 24 Jun 2022
Answered: Udit06 on 9 Jan 2024
Hello, I am trying to fill the gaps in a Landsat 7 image on matlab, but I could not write an appropriate code to do so, can you please help in case you have idea about it.
Thanks
  4 Comments
Duaa Abu Sadaa
Duaa Abu Sadaa on 24 Jun 2022
I tried, and It is still exceeding the limit.

Sign in to comment.

Answers (1)

Udit06
Udit06 on 9 Jan 2024
I understand that you want to fill the gaps in the Landsat 7 image. If you can represent the gaps in the image using "NaN" in MATLAB, you can try to use "inpaint_nans" function to fill in the gaps present in the image. "inpaint_nans" function provides different methods to interpolate, hence, providing a tradeoff between accuracy and speed/memory requirements.
I hope this helps.

Categories

Find more on Medical Physics in Help Center and File Exchange

Tags

Products


Release

R2022a

Community Treasure Hunt

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

Start Hunting!