This is a demo code of the proposed method in the following reference:
S. Takemoto and S. Ono, ``Spatio-Spectral-Structure-Tensor-Total-Variation-for-Hyperspectral-Image-Denoising-and-Destriping.''
Update history: Apr. 4, 2024: v1.0
For more information, see the following
- Project website: https://www.mdi.c.titech.ac.jp/publications/s3ttv
- Preprint paper: https://arxiv.org/abs/2404.03313
- Setting parameters
- Choose the image (JasperRidge or PaviaUniversity)
- Adjust the parameters
params.rho
: parameter for the radii of the noise termsparams.blocksize
: Block size of spatio-spectral structure tensorparams.stopcri
: Stopping criterionparams.maxiter
: Maximum number of iterationsparams.disprate
: Period to display intermediate results
- Set as
use_GPU
= 1 if you use GPU.
- Run
main.m
If you use this code, please cite the following paper:
@misc{Takemoto2024Spatio,
title={Spatio-Spectral Structure Tensor Total Variation for Hyperspectral Image Denoising and Destriping},
author={Takemoto, Shingo and Ono, Shunsuke},
year={2024},
eprint={2308.00500},
archivePrefix={arXiv},
primaryClass={eess.SP}
}