Search found 3 matches

by islobell
Fri, 2008-04-04, 08:50
Forum: DCMTK - General
Topic: KODAK 9000 3D
Replies: 1
Views: 2831

KODAK 9000 3D

Hello, I'm trying to convert from Kodak 9000 3d dicom format to jpeg using dcmj2pnm. Everything working fine, but I obtain this image. ftp://3dent.no-ip.biz/ user: dicom password: none The kodak file is 3DSlice10.dcm and the output image is 3DSlice10.jpg. The jpeg file I obtained after a dcmj2pnm --...
by islobell
Fri, 2005-12-23, 16:57
Forum: DCMTK - General
Topic: Number of images in a DICOM file
Replies: 2
Views: 4161

Number of images in a DICOM file

Thanks, Marko !!!
by islobell
Fri, 2005-12-02, 19:27
Forum: DCMTK - General
Topic: Number of images in a DICOM file
Replies: 2
Views: 4161

Number of images in a DICOM file

I'm using the following code to get the number of frames (images) in a DICOM file, and the result is always the same: Tag not Found. OFCondition status = file.getDataset()->findAndGetLongInt(DCM_NumberOfFrames, nNumOfImages); //Tag not Found !!! But if I use DcmImage class, it works ! DicomImage ima...