Search found 4 matches

by OSUMD
Wed, 2008-05-28, 15:21
Forum: DCMTK - General
Topic: getOutputData array indexing
Replies: 5
Views: 6107

Thanks Jorg for all your help... I got things working now. Thanks the rest of the OFFIS team for me too.
by OSUMD
Wed, 2008-05-28, 03:59
Forum: DCMTK - General
Topic: getOutputData array indexing
Replies: 5
Views: 6107

Well, never mind... I solved my problem by just switching to getInterData() and going from there... One quick question though. For the getInterData output, it gives the correct numeric values except for the case of 0 where it spits out -2000... not a big deal since I can just add 2000 to get 0 and a...
by OSUMD
Tue, 2008-05-27, 18:44
Forum: DCMTK - General
Topic: getOutputData array indexing
Replies: 5
Views: 6107

sorry about that... I am at work so I had to recreate the function from memory... at any rate, the "image" is defined as per the documentation as a DicomImage... it anywhere it says image should be tmp_image
by OSUMD
Tue, 2008-05-27, 16:21
Forum: DCMTK - General
Topic: getOutputData array indexing
Replies: 5
Views: 6107

getOutputData array indexing

I was wondering if someone could help me out... this wonderful forum has gotten me through the linking woes and such, but I am having problems accessing the pixel data from the pointer passed to me via getOutputData. My function looks basically like this: DicomImage *tmp_image = new DicomImage("...