Search found 2 matches

by ramavorray
Mon, 2005-09-19, 13:09
Forum: DCMTK - General
Topic: how to open multi-frame DICOM images - DicomImage don't work
Replies: 2
Views: 4254

how to open multi-frame DICOM images - DicomImage don't work

Hi, I am facing problem opening Multi-Frame DICOM image files with the DicomImage class. When I try to open Multi-Frame DICOM files with DicomImage class I am receiving EIS_NotSupportedValue as the result for my call to getStatus() function. The class works with other single-frame DICOM files. Also ...
by ramavorray
Sun, 2005-03-06, 19:26
Forum: DCMTK - General
Topic: no functions for reading pixel width, height in DicomImage
Replies: 1
Views: 4788

no functions for reading pixel width, height in DicomImage

DicomImage class is useful to load a DICOM file and and everything is working fine with it. But I am not able to find any function in that class that returns the pixelwidth and pixelheight of the image loaded. I am loading a 2D MR Dicom image and I can see all information that the class contains in ...