Search found 2 matches

by bbishara
Tue, 2005-07-05, 19:45
Forum: DCMTK - General
Topic: dicom file problem
Replies: 15
Views: 23095

help

I am trying to write a dicom image based on a 2d array with each pixel being an 8bit unsigned #, I have no idea how ot link or use dicom and any help woudl be greatly appreciated, I know there is a function that saves images based on a pointer in the dcmpstat , dviface.cxx file but I do not know how...
by bbishara
Tue, 2005-07-05, 18:40
Forum: DCMTK - General
Topic: Secondary capture image: which image information object to use?
Replies: 7
Views: 14144

Please help !

The goal is to create a DICOM file based on a 2d array that will contain the 8bit unsigned #. So a simple image can be created as a test such as a line by > having a certain row of the array containing one number while the rest of the > 2d array is filled with a different number. How do i do that? I...