Search found 5 matches

by jph2667
Mon, 2006-05-01, 15:29
Forum: DCMTK - General
Topic: replacing our system with offis
Replies: 4
Views: 5294

sorry

i appologize The goal is to have the image displayed in a dicom view application using the algorithms provided by the dicom offis toolkit. Currently every pixel provided by our algorithm is an array with numerical values of each pixel. I believe that the toolkit is done in the same manner, however c...
by jph2667
Fri, 2006-04-28, 15:32
Forum: DCMTK - General
Topic: replacing our system with offis
Replies: 4
Views: 5294

using getOutput(0,0,0) now - all colours are negative

getMinMaxValues() returns 0 for min and 1570 for max, how do i apply them to the image?
by jph2667
Thu, 2006-04-27, 17:37
Forum: DCMTK - General
Topic: replacing our system with offis
Replies: 4
Views: 5294

replacing our system with offis

My current goal is to replace the image data that my existing system retrieves from a DICOM file and replace it with the image data that the offis toolkit retrieves. I have tried to use image->getOutputData(data,fileByteSizewidth*height*slices*bands*sizeof(T), 8,1)); where image :: dicomimage data i...
by jph2667
Fri, 2006-04-14, 20:35
Forum: DCMTK - Installation
Topic: LNK2019 error
Replies: 1
Views: 3976

LNK2019 error

error LNK2019: unresolved external symbol "public: __thiscall DicomImage::DicomImage(char const *,unsigned long,unsigned long,unsigned long)" (??0DicomImage@@QAE@PBDKKK@Z) referenced in function _main test.obj I am new to DICOM in general, and am trying to start workign with this library f...
by jph2667
Fri, 2006-04-14, 15:41
Forum: DCMTK - General
Topic: Using With /CLR in .NET
Replies: 7
Views: 12415

also like a copy

I would also like to see a copy of your work if possible.