MDI-TokyoTech / ROSTF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROSTF

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

How to use

Run main.m

if you use GPU, please set params.use_GPU = 1 in the line15 of main.m

Reference

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}
}

About

License:MIT License


Languages

Language:MATLAB 100.0%