Filling Strip Line Gaps in Landsat 7 image
1 次查看(过去 30 天)
显示 更早的评论
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
回答(1 个)
Udit06
2024-1-9
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Particle & Nuclear Physics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!