0
$\begingroup$

I am looking for Lossless compression algorithm for hyperspectral imaging. The only one that I found was LPVQ. Do you know other algorithms? I am looking for pseudocode or matlab code.

Thanks

$\endgroup$

1 Answer 1

1
$\begingroup$

I have played with SVD for 3 channel image lossy compression in the past, which prompted me to do a quick search and found the following paper which may help you out.

Randomized SVD Methods in Hyperspectral Imaging

Abstract

We present a randomized singular value decomposition (rSVD) method for the purposes of lossless compression, reconstruction, classification, and target detection with hyperspectral (HSI) data. Recent work in low-rank matrix approximations obtained from random projections suggests that these approximations are well suited for randomized dimensionality reduction. Approximation errors for the rSVD are evaluated on HSI, and comparisons are made to deterministic techniques and as well as to other randomized low-rank matrix approximation methods involving compressive principal component analysis. Numerical tests on real HSI data suggest that the method is promising and is particularly effective for HSI data interrogation.

$\endgroup$
2
  • $\begingroup$ Do you know where can I find the source code of this paper? I read they were use matlab $\endgroup$
    – Beno
    Commented May 27, 2013 at 16:06
  • $\begingroup$ You might try Emailing the authors. $\endgroup$ Commented May 27, 2013 at 21:20

Not the answer you're looking for? Browse other questions tagged or ask your own question.