Dicom "CompressionMode" steps?
Mostra commenti meno recenti
Hi,
For writing the dicom images, matlab offers some methods for compression. For example one is JPEG lossy and JPEG lossless. There are several types of algorithms for encoding the image in the literature.
The basic method for lossy is image=>dct=>Quantization=>RLE or (RLE+DPCM)=>huffman encoding.
And I wonder if the method for lossless jpeg is directly image=>RLE=>Huffman ? (or image=>huffman only?)
Does Matlab uses the same structure for lossy jpeg dicom compression? Please let me know I need help
Thanks in advance
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su DICOM Format in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!