Search found 5 matches

by samnaction
Tue, 2020-02-04, 10:54
Forum: DCMTK - General
Topic: Getting file id from DICOMDIR
Replies: 3
Views: 4319

Re: Getting file id from DICOMDIR

I have written the following code to get the filename. Is there any other efficient way instead of looping ? void readDICOMDIR(const char* dir) { DcmDicomDir dicomdir(dir); DcmDirectoryRecord * root = &(dicomdir.getRootRecord()); DcmTag refFileTag(DCM_ReferencedFileID); if (root != NULL) { DcmDi...
by samnaction
Tue, 2020-02-04, 08:46
Forum: DCMTK - General
Topic: Getting file id from DICOMDIR
Replies: 3
Views: 4319

Getting file id from DICOMDIR

I have the following DICOMDIR, how can I get all the reference file id from it # Dicom-File-Format # Dicom-Meta-Information-Header # Used TransferSyntax: Little Endian Explicit (0002,0000) UL 192 # 4, 1 FileMetaInformationGroupLength (0002,0001) OB 00\01 # 2, 1 FileMetaInformationVersion (0002,0002)...
by samnaction
Mon, 2020-02-03, 08:58
Forum: DCMTK - General
Topic: Storing level information for WSI Image
Replies: 1
Views: 1652

Storing level information for WSI Image

I have WSI SVS Image, I am planning to create dcm files for this svs file. SVS files will be the same as TIFF File with different levels for different resolutions. Let's say I have SVS files with 4 levels Level 0 -> thumbnail Level 1 -> macro Level 2 -> 5x resolution Level 3 -> 10x resolution I am c...
by samnaction
Tue, 2019-12-17, 11:22
Forum: DCMTK - General
Topic: Creating a large dicom file
Replies: 1
Views: 1627

Creating a large dicom file

I am currently reading a WSI image and trying to create a DCM file from it. I am reading the tiles from the layer and writing the tile as a frame in Dicom. The problem is when I am reading a baseline image, it has close to 6000 tiles. So I will be creating 6000 frames. These 6000 frames are in appli...
by samnaction
Thu, 2019-11-21, 04:55
Forum: DCMTK - Installation
Topic: How to compile DCMTK with OpenJpeg
Replies: 1
Views: 6221

How to compile DCMTK with OpenJpeg

Hi, I am new to DCMTK. I am planning to compile DCMTK with OpenJpeg support in windows. I am using latest DCMTK. But I am not seeing DCMTK_WITH_OPENJPEG option in CMAKE. I tried to manually add DCMTK_WITH_OPENJPEG flag in cmake, but still I am not seeing any project referring to openjp2.lib