Search found 4 matches

by karmakul
Mon, 2005-07-04, 06:22
Forum: DCMTK - General
Topic: DcmStack vs stack of STL
Replies: 4
Views: 6472

Hello. In the past couple of weeks I worked on optimization of DICOMDIR loading/saving. Before the optimization a run of loading and saving one DICOMDIR took 130 seconds; after the optimization the same task took 16 seconds. Background: In our lab we're developing an utility that will provide us wit...
by karmakul
Thu, 2005-06-23, 07:01
Forum: DCMTK - General
Topic: DcmStack vs stack of STL
Replies: 4
Views: 6472

DcmStack vs stack of STL

Guten Tag! I've recently come across slow loading and saving of DICOMDIR. Profiler claims that much time is spent on stack.pop() and stack.push(). When profiler traces down these methods it comes clear that most of the time is spent on new and delete calls. Have you faced the problem before and how ...
by karmakul
Fri, 2005-02-11, 06:04
Forum: DCMTK - General
Topic: Missing Tag Declarations
Replies: 1
Views: 4418

Missing Tag Declarations

Hello, I've recently come across some tags that are defined in 2004's version of the standard. These tags are not defined in dcmdata/include/dcdeftag.h: Detector Manufacturer's Model Name (0018,702B) (type 3) Lossy Image Compression Method (0028,2114) (type 3) Maybe there are more, I didn't check i...
by karmakul
Thu, 2005-02-10, 06:33
Forum: DCMTK - General
Topic: debug() Definiton
Replies: 1
Views: 4299

debug() Definiton

Hello,
I am trying to figure out how to make use of debug() features (used widely in dcfilefo.cxx), but do not find neither such a function, nor such a macro definition. Where can I look at the definition?

Thank you in advance,
Kirill