Search found 3 matches

by parvez
Tue, 2009-04-07, 12:25
Forum: DCMTK - General
Topic: get pixel array in raw format
Replies: 6
Views: 6419

Actually i want to do it in source code..


Also for my second question how to determine if image ios 8bit or 16 bit
by parvez
Tue, 2009-04-07, 11:52
Forum: DCMTK - General
Topic: get pixel array in raw format
Replies: 6
Views: 6419

thanks for reply

I am intrested in
the uncompressed pixel data stored in the Pixel Data element
by parvez
Tue, 2009-04-07, 11:08
Forum: DCMTK - General
Topic: get pixel array in raw format
Replies: 6
Views: 6419

get pixel array in raw format

I am trying to get pixels using below code const DiPixel *DP = image->getInterData(); void *pixelData = (void *) DP->getData(); I actually want to print the raw data of picture to a file. Also i want to check whether an image in dicom is 8bit , 16 bit or 24 bit. Any help from dicom family will be hi...