Search found 28 matches

by nobnet
Tue, 2005-04-05, 16:57
Forum: DCMTK - General
Topic: what's dcmdicomdir ? and how does it work?
Replies: 4
Views: 6812

dicomdir

thanks !
by nobnet
Mon, 2005-04-04, 21:16
Forum: DCMTK - General
Topic: what's dcmdicomdir ? and how does it work?
Replies: 4
Views: 6812

dicomdir?

Is the dicomdir a file that contain studies ?. I tried to use your example but he only creates a dicomdir with little information. can I with the dicomdir to get sequece of numbers that identify the images with the porpuse to get the complete series of the patient in the loading ? How do I store thi...
by nobnet
Fri, 2005-04-01, 20:08
Forum: DCMTK - General
Topic: what's dcmdicomdir ? and how does it work?
Replies: 4
Views: 6812

what's dcmdicomdir ? and how does it work?

I don't have really knowledge in this area then I wanted an explanation about dcmdicomdir if possible!
thanks!
by nobnet
Wed, 2005-03-23, 21:38
Forum: DCMTK - General
Topic: How visualize dicom images?
Replies: 9
Views: 13623

How to visualize dicom images?

you was right!. thank you!.
by nobnet
Wed, 2005-03-23, 19:59
Forum: DCMTK - General
Topic: How visualize dicom images?
Replies: 9
Views: 13623

how to visualize dicom images ?

I sent the dicom image.

thanks!
by nobnet
Wed, 2005-03-23, 19:08
Forum: DCMTK - General
Topic: How visualize dicom images?
Replies: 9
Views: 13623

How to visualize dicom images?

I already sent but my english is bad. I wanted to write opaque or dark and without contrast when I wrote cloudy. I sent to the e-mail riesmeier/at/offis/dot/de and dicom/at/offis/dot/de, I don't know if I sent right.

thanks!

[MODERATOR] Obfuscated email addresses.
by nobnet
Tue, 2005-03-22, 20:52
Forum: DCMTK - General
Topic: How visualize dicom images?
Replies: 9
Views: 13623

How to visualize dicom images?

I only repeated your example below and the image was cloudy. I don't know what I do!: typedef unsigned char Uchar; DicomImage *image = new DicomImage(file.text()); DcmItem *m; const int width = (int)(image->getWidth()); const int height = (int)(image->getHeight()); char header[32]; // create PGM hea...
by nobnet
Tue, 2005-03-22, 15:49
Forum: DCMTK - General
Topic: How visualize dicom images?
Replies: 9
Views: 13623

How to visualize dicom images?

I use the function getoutputdata to generate my image, I had to convert to format pgm, but when I show the image, it is cloudy and its pixel have strange values, therefore, that pixels aren't the same of original image.
what do I do?
by nobnet
Wed, 2005-03-16, 19:37
Forum: DCMTK - General
Topic: How visualize dicom images?
Replies: 9
Views: 13623

How visualize dicom images?

I'm trying to show dicom images in a FOX widget. I don't get it. I already converted for pgm but the method getOutputData generate strange values.help!
by nobnet
Fri, 2005-03-04, 21:49
Forum: DCMTK - General
Topic: how to visualize dicom images ?
Replies: 4
Views: 7557

how to visualize dicom images?

hello again!

I am using a API FOX and I want use it with dcmtk to visualize dicom images and construct a volum and the FOX does not support dicom image, and yours libs are in conflict.

what is yours suggestion ?
by nobnet
Fri, 2005-03-04, 21:31
Forum: DCMTK - General
Topic: how to visualize dicom images ?
Replies: 4
Views: 7557

how to visualize dicom images ?

hello!

what is the class and function to visualize dicom images?
by nobnet
Thu, 2005-03-03, 19:59
Forum: DCMTK - General
Topic: how to visualize dicom images ?
Replies: 4
Views: 7557

how to visualize dicom images ?

can I to visualize images dicom with dcmtk and to construct a volume?
by nobnet
Mon, 2005-02-28, 20:34
Forum: DCMTK - Installation
Topic: how to compile?
Replies: 2
Views: 5774

how to compile?

which the libraries that I must include to compile dcmtk in my project ?

I use visual C++ 6.0.