Search found 1 match

by d_amit_s
Mon, 2009-08-24, 01:21
Forum: DCMTK - General
Topic: Force getInterData() to return Sint16
Replies: 3
Views: 6194

Forcing to have image pixel represenation as in dicom file

Hi, i have modified dimoimg.cxx as follows to undo the optimization by dcmtk and to have datatype as specified in dicom image. similarly functions for other data type like InitUint16 etc. need to be changed. void DiMonoImage::InitUint8(DiMonoModality *modality) { if (modality != NULL) { //changed to...