Search found 4 matches

by mrutledge
Fri, 2006-07-21, 16:56
Forum: DCMTK - General
Topic: Virtual Memory Exhausted
Replies: 3
Views: 3884

I am currently running this in a thread that does all the processing for one file and then cleans itself up. I have been using the task manager to look at what the memory is doing and the VM size and physical memory size increase when I am processing a file, but then go back to normal values after t...
by mrutledge
Thu, 2006-07-20, 19:28
Forum: DCMTK - General
Topic: Virtual Memory Exhausted
Replies: 3
Views: 3884

Virtual Memory Exhausted

I have some very large DICOM files, 430 Megs a piece, that I need to run some conversions on the data. Basically my app monitors a directory for DICOM files when a new one is placed in the DICOM file it runs the conversions on the DICOM data. My problem is when it finishes running on the first file ...
by mrutledge
Thu, 2006-07-13, 15:30
Forum: DCMTK - General
Topic: Replace Pixel Data
Replies: 3
Views: 4607

I did a dump and it turns out there is a stray seqeunce with a lot of bad data (7fe1,1036) I have never seen this before. Thanks for the help. I will post again if I have more problems.
________
Tm400
________
EISENACHER MOTORENWERK
by mrutledge
Wed, 2006-07-12, 15:31
Forum: DCMTK - General
Topic: Replace Pixel Data
Replies: 3
Views: 4607

Replace Pixel Data

I am replacing pixel data from a multi-frame DICOM image with a single frame. Here is the code I am using to do it: // array is my custom object that stores the data I want in the DICOM DcmDataset * dataset; const char *pixelRepresentation; const char * photometricInterpretation = NULL; int dataType...