> > hi i am new to fltk. m doing project on dicom viewer. i 
> dont no to display dicom image. can any one tel how to read 
> and display dicom image.
>   m using fltk 1.1.9 version.
> windows plateform.

Asking the same question again is unlikely to elicit a different answer
from the previous time.

Displaying image data using fltk is fairly trivial, once you have
extracted the image data, and several methods were identified in the
previous responses to your question.

The problem, then, is how to extract the image data from the dicom file.
That is not a format that fltk supports so you will need to find some
other tool or library to extract the image data from the dicom file.
Manipulation of dicom image formats is off-topic for this forum, I would
suggest.

There are many tools that can already do this:
http://www.sph.sc.edu/comd/rorden/dicom.html lists many tools that you
might be able to use, or the DICOM format and specification is widely
available on the web so it should be easy enough to write your own.
The format looks pretty complicated because of all the different modes
they support but the underlying data doesn't look so bad.

But I doubt anyone here on the fltk list already has written a DICOM
reader, so you'll need to look elsewhere for that. Once you know how to
extract the image data from the file, ask again and we'll see if we can
help you render it on the display.



SELEX Sensors and Airborne Systems Limited
Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 
3EL
A company registered in England & Wales.  Company no. 02426132
********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to