フィルターのクリア

Dicom "CompressionMode" steps?

7 ビュー (過去 30 日間)
Huseyin
Huseyin 2016 年 9 月 1 日
コメント済み: Walter Roberson 2016 年 9 月 2 日
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

採用された回答

Walter Roberson
Walter Roberson 2016 年 9 月 1 日
  2 件のコメント
Huseyin
Huseyin 2016 年 9 月 1 日
編集済み: Huseyin 2016 年 9 月 1 日
Thank you Walter! Does matlab uses the same algorithm steps when I use CompressinMode for jpeg lossy and lossless like in that web page?
And do these algorithms work also for 10 bit images? Or there is a different method for 10bit images for dct,quantization, entropy coding etc.?
I have asked you lots of questions up to now but your answers have gold standarts for me
Walter Roberson
Walter Roberson 2016 年 9 月 2 日
Digging into the code, I see that the dicomwrite() routines end up calling imwrite() for jpeg lossless and jpeg lossy modes. The "bits" setting is passed in to the imwrite() call.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDICOM Format についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by