Research Article

Multispectral Image Compression Based on DSC Combined with CCSDS-IDC

Algorithm 1

The HT-transform algorithm for one block.
Input: 4 × 4 or 2 × 2 wavelet coefficients block, denoted as , , 2, …, N;
Output: Compressed bit-stream
 foreach block   do
{
  Block is project on HT base to generate the HT-transformed coefficients :
       ;
    The quantizer quantize the coefficients :
            ;
    Compute Lagrangian rate-distortion cost function:
         ;
  }
  End
   Save , which minimize the Lagrangian rate-distortion cost function :
       ;
  Save identification base index .
}
 End