dcmtk to get 3D pxiel matrix data

All other questions regarding DCMTK

Moderator: Moderator Team

Post Reply
Message
Author
Yong
Posts: 1
Joined: Thu, 2019-04-25, 08:32

dcmtk to get 3D pxiel matrix data

#1 Post by Yong »

I'm a novice with dcmtk library. I've spent a lot of time to use dcmtk library recently. I've been in the initial stage. can you help me solve this problem?
I know how to use the DCMTK library to read a .dcm file
there have a function :
---------------------------------------
DcmFileFormat fileformat;
OFCondition status = fileformat.loadFile("test.dcm");
if (status.good())
DcmDataset *dataset = fileformat.getDataset();
----------------------------------------
but above code only can read a dicom file contain one .dcm image;
how can i read this dicom file,which contains from 1 to 100 .dcm images?
then ,i want to get a 512x512x100 3D pxiel matrix data (512x512 represent the image row,col;100 represent file contains image numbers )
i just want to handle this pxiel matrix in my research。

This process is my research beginning!
I really hope you can help me solve this problem confused me.
thank you very much!

Post Reply

Who is online

Users browsing this forum: Google [Bot] and 1 guest