Dicom gray scale presentation voiLUT

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Dicom gray scale presentation voiLUT

Wang, Liqin
Dear All,

I am applying this voiLUT voiLUT to my dicom image with the logics as
follow:

(0028,3002) - LUT Descriptor                      [US][     6][  3]:
4096\98\16


1. map all short 65535 into the range 98 ( min) to 4096+98 (max), where
98 index the first entry in the LUT table and max index the last entry
in the LUT table.
2. Set image's min and max as same as above.
3. map Image data to the same min and max according the data in #1.

But my final image display is not quite right.

Please let me know if there is anything wrong with this logic? Could you
please show some implemtating references?

Thanks for all your helps in advance,

Liqin