Search found 3 matches

by raven8819
Sun, 2011-10-23, 18:12
Forum: DCMTK - General
Topic: Get pixels values from a Dicom
Replies: 1
Views: 3360

Get pixels values from a Dicom

Hello, I would like loading one dicom file to make a simple viewer. I follow an example from the dcmtk documentation to load the file, no problem to do that, but the colors of my pixels are not reading correctly ! Could you please tell me the method "step by step" to extract the pixel data...
by raven8819
Fri, 2011-10-14, 13:42
Forum: DCMTK - Installation
Topic: How include DCMTK in my Makefile (gcc)
Replies: 2
Views: 6456

Ok thank Uli for your answer. I will try this
by raven8819
Thu, 2011-10-13, 14:39
Forum: DCMTK - Installation
Topic: How include DCMTK in my Makefile (gcc)
Replies: 2
Views: 6456

How include DCMTK in my Makefile (gcc)

Hello all, I write on the forum because i would like use DCMTK to read my DICOM files. I compile and install dcmtk on linux (i am on Ubuntu 11.04), no problem to do that. But when i try to check if i can use the lib with a "Hello World" program (i took the example you give in the FAQ) i do...