Search found 2 matches

by tcashen
Thu, 2005-03-10, 17:28
Forum: DCMTK - Installation
Topic: Documention to develop application linking to DCMTK libraries and including required DCMTK files
Replies: 13
Views: 23133

I thought I'd set the compiler options to "Multithreaded DLL" (/MD) as FAQ #26 suggests, but apparently I must have not done it correctly the first time.

Anyway, I tried it again, and it worked!
by tcashen
Mon, 2005-03-07, 07:05
Forum: DCMTK - Installation
Topic: Documention to develop application linking to DCMTK libraries and including required DCMTK files
Replies: 13
Views: 23133

Linking to DCMTK for MATLAB mex Files

The MATLAB mathematical software has built-in supported for the DICOM format, but since all the code is written in the interpreted MATLAB language, it is unbearably slow. I'd like to use DCMTK and MATLAB's ability to use compiled C code in "mex" files in order to speed up the reading of DI...