Search found 8 matches

by rschauhan
Tue, 2006-10-10, 00:32
Forum: DCMTK - General
Topic: Reading dicom pixel data
Replies: 1
Views: 3544

Reading dicom pixel data

Hi, Firstly, Thanks to all of you for giving prompt replies. I have another question for DICOM team, Any help is appreciated. I am using two toolkits ITK and DCMTK. First, I read a series of dicom data through ITK, rescale the intensity values between 0 and 255 and write it back to another dicom ser...
by rschauhan
Tue, 2006-10-10, 00:17
Forum: DCMTK - General
Topic: Regarding XML in DICOM
Replies: 2
Views: 4213

Thanks I got it!!
by rschauhan
Wed, 2006-09-27, 17:15
Forum: DCMTK - General
Topic: Regarding XML in DICOM
Replies: 2
Views: 4213

Regarding XML in DICOM

hi,

I want to know if we can use the libxml and DSRXMLDocument to read normal XML file...ie file which doen''t contain any DICOM info...eg just few parameters to be read by the program

Is there a way in which I can use the xml parser from DCMTK

Thank You
Ravi
by rschauhan
Wed, 2006-09-27, 08:06
Forum: DCMTK - General
Topic: Compiling under Unix
Replies: 1
Views: 3118

Thanks I was missing dcmsr lib...
by rschauhan
Wed, 2006-09-27, 07:54
Forum: DCMTK - General
Topic: Compiling under Unix
Replies: 1
Views: 3118

Compiling under Unix

I have everything working in DCMTK. But now I was trying to read an XML doucment using DSRXMLDocument. And I tried to compile it under unix and I get the following errors undefined reference to `DSRXMLDocument::read(OFString const&, unsigned long)' I know some lib is missing but which one. I hav...
by rschauhan
Wed, 2006-09-20, 21:43
Forum: DCMTK - Installation
Topic: "undefined reference" problem
Replies: 4
Views: 11061

Can u specify the order

I m having the same problem. Can you specify the order for linking lib
by rschauhan
Mon, 2006-09-18, 19:10
Forum: DCMTK - Installation
Topic: Problem with dcmtk-3.5.4-win32-i386-md-support.zip
Replies: 2
Views: 7686

Even I am facing the same problem. I dont have 2005 version so I didnt try this. I am getting following warnings : ibtiff_d.lib(tif_close.obj) : warning LNK4044: unrecognized option "manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT' version='8.0.50608.0' processorArchitecture='x86'...
by rschauhan
Mon, 2006-09-18, 18:37
Forum: DCMTK - Installation
Topic: Need Help Compliling DCMTK
Replies: 1
Views: 5310

Need Help Compliling DCMTK

Hi, I have read the FAQs for installation and compilation of DCMTK, but I could not resolve some of the linker errors. This is what I did on msvc .Net 2003 1. Downloaded the source. And changed the config file /MT to /MD and /MTd to /MDd as I want Multithreaded DLL option for code generation. In CMa...