Search found 4 matches

by urasmutlu
Mon, 2016-06-13, 10:24
Forum: DCMTK - General
Topic: Association rejected with findscu
Replies: 2
Views: 13407

Re: Association rejected with findscu

Hello all, I am having this exact same problem. Did you manage to solve it? I have written a program that supports storscu on Windows. Then I had to compile the same program on Linux (Ubuntu 14.04). After switching to Ubuntu, even though all of the IP configuration, port and AETitle are the same, wh...
by urasmutlu
Thu, 2015-08-20, 12:27
Forum: DCMTK - General
Topic: Experiencing a Memory Leak
Replies: 4
Views: 5968

Re: Experiencing a Memory Leak

Yesterday I found out that the memory leak was caused by a part of ITK code that I was using. It was before the code portion I have shared. Everything works fine now without any memory leak.
by urasmutlu
Mon, 2015-08-17, 12:30
Forum: DCMTK - General
Topic: Experiencing a Memory Leak
Replies: 4
Views: 5968

Re: Experiencing a Memory Leak

Thanks Michael for your quick answer :)

I'm using Qt Creator on Windows and I will check for a tool to detect memory leaks more professionally than Windows Task Manager, I will write here if I see anything.

Cheers,
Uras
by urasmutlu
Mon, 2015-08-17, 11:59
Forum: DCMTK - General
Topic: Experiencing a Memory Leak
Replies: 4
Views: 5968

Experiencing a Memory Leak

Hello there, I am fairly new to dcmtk and I have written this piece of code to extract pixel data of one slice from a nifti file, and then copy this pixel data to that particular dicom series slice and then repeat this procedure one by one until there is no slice left. My approach works (gives me 19...