Search found 1 match

by sharmila_s
Fri, 2006-04-21, 02:48
Forum: DCMTK - General
Topic: Faster way to get the pixel data
Replies: 1
Views: 3964

Faster way to get the pixel data

Hi, We are trying to build a 3D dataset from 2D slices. We are using dcmtk to read 2D DICOM slices. We are accessing the pixel data using getOutputData method of DicomImage. void *pixelData = dicom_img.getOutputData(0,0,0); When we used the profiler, we found out that getOutputData is taking lot of ...