Search found 4 matches

by khdani
Thu, 2008-07-24, 12:07
Forum: DCMTK - General
Topic: pixel/mm ratio
Replies: 3
Views: 5230

pixel/mm

thanks for your reply,
i've managed to extract the pixel spacing, but not all dicom files has this value...what is the difference between PixelSpacing and SamplesPerPixel ?
thank you
by khdani
Thu, 2008-07-24, 11:30
Forum: DCMTK - General
Topic: reading header
Replies: 1
Views: 3031

reading header

can someone please help me understand or point me to where i can understand how to read the dicom header and how to understand header groups, or VR ?

thank you
by khdani
Thu, 2008-07-24, 09:08
Forum: DCMTK - General
Topic: pixel/mm ratio
Replies: 3
Views: 5230

pixel/mm ratio

Hello,
How can I extract the pixel/mm ratio ?
Thank You!
by khdani
Thu, 2008-07-24, 09:01
Forum: DCMTK - Installation
Topic: Can I use dcmtk as a shared dll in vc?
Replies: 8
Views: 19267

c# dll

it's possible to wrap a dcmtk function (or whole toolkit - haven't tried that).
create a new project in VS.NET, choose C# class library,
wrap any functionality you need,
build the project and add the dll to C# project.