This will help very much!
Search found 5 matches
- 2017-11-24T03:37:59-07:00
- Forum: Users
- Topic: Read DICOM (.dcm) pixeldata
- Replies: 8
- Views: 7081
Re: Read DICOM (.dcm) pixeldata
Thank You !That is realy good !
This will help very much!

This will help very much!
- 2017-11-23T08:24:18-07:00
- Forum: Users
- Topic: Read DICOM (.dcm) pixeldata
- Replies: 8
- Views: 7081
Re: Read DICOM (.dcm) pixeldata
Sorry , no difference.
My thought was that some kind of windowing or LUT took place that changed the pixel values. Like -define dcm:display-range=reset or somethng with LittleEndian or signed/unsigned 16bit with 12bit stored.
The Dicom Image is Greyscale MONOCHROME2.
From dicom standard ...
My thought was that some kind of windowing or LUT took place that changed the pixel values. Like -define dcm:display-range=reset or somethng with LittleEndian or signed/unsigned 16bit with 12bit stored.
The Dicom Image is Greyscale MONOCHROME2.
From dicom standard ...
- 2017-11-23T05:32:57-07:00
- Forum: Users
- Topic: Read DICOM (.dcm) pixeldata
- Replies: 8
- Views: 7081
Re: Read DICOM (.dcm) pixeldata
HI!
Yes I get the same result as You.
I get the same pixel values if i convert with other tools too. But they are for best display for the human eye.
Yes I get the same result as You.
I get the same pixel values if i convert with other tools too. But they are for best display for the human eye.
- 2017-11-23T03:13:08-07:00
- Forum: Users
- Topic: Read DICOM (.dcm) pixeldata
- Replies: 8
- Views: 7081
Re: Read DICOM (.dcm) pixeldata
Version: ImageMagick 7.0.7-11 Q16 x64 2017-11-12 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Visual C++: 180040629
Features: Cipher DPC HDRI
Delegates (built-in): bzlib cairo flif freetype jng jp2 jpeg ...
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Visual C++: 180040629
Features: Cipher DPC HDRI
Delegates (built-in): bzlib cairo flif freetype jng jp2 jpeg ...
- 2017-11-23T01:14:42-07:00
- Forum: Users
- Topic: Read DICOM (.dcm) pixeldata
- Replies: 8
- Views: 7081
Read DICOM (.dcm) pixeldata
Hi!
Any help is appreciated
I whant to extract the CT pixeldata for computation.
> convert -compress none CT.dcm CT.pgm
Gives me a .pgm ASCII file that looks like this:
I get 15568(3CD0 Hex) instead of 973(03CD Hex). The Pixel value is not what I expected!
"P2
512 512
65535
15568 15568 15568 ...
Any help is appreciated
I whant to extract the CT pixeldata for computation.
> convert -compress none CT.dcm CT.pgm
Gives me a .pgm ASCII file that looks like this:
I get 15568(3CD0 Hex) instead of 973(03CD Hex). The Pixel value is not what I expected!
"P2
512 512
65535
15568 15568 15568 ...