Search This Blog

Wednesday, September 11, 2013

Working on internal compression of 3D\4D volumes.  Challenge here is that all PET timepoints have  different DICOM RescaleSlope tag.  So they have to be converted internally to pseudo real (floating point) format.   Predictive coding scheme is used. Resulting 32-bit residuals are compressed using Huffman.

Have to adapt and existing BYTE-oriented Huffman entropy coder to INT32 input

No comments:

Post a Comment