| Algorithm 6. Pseudocode for the decompressor part of the proposed near-lossless compression. |
|
Inputs: vecSeed, vecUnary Output: // reconstructed hyperspectral data Initialization: the index value obtained by interpreting the next unary code in vecUnary For all Do the number bits to be read from vecSeed based on index value (Table 4). bits from vecSeed. get the seed value given the index (Table A1). value), retrieve the cosine value from the lookup table. End Do |