This is a demo code of the method proposed in the following reference:
R.Isono, K. Naganuma, and S. Ono ``Robust Spatiotemporal Fusion of Satellite Images: A Constrained Convex Optimization Approach.''
Update history: Jan 25, 2024: v1.0
For more information, see the following
- Project website: https://www.mdi.c.titech.ac.jp/publications/stfusion
- Preprint paper: https://arxiv.org/abs/2308.00500
Run main.m
if you use GPU, please set params.use_GPU = 1
in the line15 of main.m
If you use this code, please cite the following paper:
@misc{isono2023robust,
title={Robust Spatiotemporal Fusion of Satellite Images: A Constrained Convex Optimization Approach},
author={Ryosuke Isono and Kazuki Naganuma and Shunsuke Ono},
year={2023},
eprint={2308.00500},
archivePrefix={arXiv},
primaryClass={eess.SP}
}