Search found 1 match

by lyingchen
Sat, 2008-06-14, 11:47
Forum: DCMTK - General
Topic: How can I get the pixel data from DICOM file?
Replies: 1
Views: 3196

How can I get the pixel data from DICOM file?

Hello,
I want to get the pixel data from an compressed dicom file(using JPEGProcess14SV1TransferSyntax).
I try to use the function DicomImage::getOutputData(), but I found that the return value is not the original data.
How can I get the original data?
Thanks!