Search found 15 matches

by kb
Wed, 2011-03-16, 08:23
Forum: DCMTK - General
Topic: Converting raw data to DICOM from the buffer
Replies: 7
Views: 10521

I am using .raw format for displaying acquired image. Is this format is compatible with DICOM or not?

Is there any example code which describes the storing of acquired image data in the memory buffer provided by DCMTK?


Thanks
by kb
Wed, 2011-03-09, 11:04
Forum: DCMTK - General
Topic: Converting raw data to DICOM from the buffer
Replies: 7
Views: 10521

Don't you think it'll take a long time in buffering and then converting to DICOM. Is there any way that it'll take small time only?

Any other alternative.....
by kb
Wed, 2011-03-09, 10:41
Forum: DCMTK - General
Topic: Converting raw data to DICOM from the buffer
Replies: 7
Views: 10521

Also Acquisition is in Real Time and at the same time i have to convert this raw data to DICOM.


Thanks.
by kb
Mon, 2011-03-07, 05:20
Forum: DCMTK - General
Topic: Converting raw data to DICOM from the buffer
Replies: 7
Views: 10521

Converting raw data to DICOM from the buffer

Hi,

I want to convert raw data from buffer directly to DICOM without saving raw data to disk. That is I want to convert raw data to DICOM directly during acquisition.Is it possible using DCMTK library?

Thanks.
by kb
Wed, 2011-03-02, 07:36
Forum: DCMTK - General
Topic: Integration of DCMTK with Frame grabber API
Replies: 2
Views: 3861

Yes I have seen this post. It is all about appending image data to DICOM. This means I have to first get the raw frames using the frame grabber api and then only i can convert these raw frames to DICOM using dcmtk. Can I directly use this library to read raw data from buffer and convert it directly ...
by kb
Tue, 2011-03-01, 12:29
Forum: DCMTK - General
Topic: Integration of DCMTK with Frame grabber API
Replies: 2
Views: 3861

Integration of DCMTK with Frame grabber API

Hi,

I want to integrate my bitflow differential card with dcmtk to acquire real time raw images and then want to convert those images to DICOM? Can anyone help me in this context?
I have the api provided by frame grabber vendor.


Thanks.
by kb
Mon, 2011-02-28, 10:57
Forum: DCMTK - Installation
Topic: Installing dcmtk-3.6.0
Replies: 21
Views: 40192

Yes this may be the reason.


Thanks for your support
by kb
Mon, 2011-02-28, 09:22
Forum: DCMTK - Installation
Topic: Installing dcmtk-3.6.0
Replies: 21
Views: 40192

I find out in the output window while i was building a project from the dcmtk by setting the linker in verbose mode that the netapi32.lib,wsock32.lib's libraries paths are incorrect i.e the paths are like if you see in my last reply are: Searching C:\Program Files\Microsoft Visual Studio 9.0\VC\lib\...
by kb
Mon, 2011-02-28, 08:08
Forum: DCMTK - Installation
Topic: Installing dcmtk-3.6.0
Replies: 21
Views: 40192

After doing few modifications and then building the ALL_BUILD from DCMTK i get: 75>Compiling... 75>xml2dcm.cc 73>Embedding manifest... 73>Build log was saved at "file://e:\dcmtk-bin\dcmimage\apps\dcm2pnm.dir\Debug\BuildLog.htm" 73>dcm2pnm - 0 error(s), 0 warning(s) 76>------ Build started:...
by kb
Mon, 2011-02-28, 06:01
Forum: DCMTK - Installation
Topic: Installing dcmtk-3.6.0
Replies: 21
Views: 40192

Yes i had tried. What i had done: I select storescu project from the DCMTK-> Right Click->Properties->Linker->Command Line->In Addition Option Box: I typed: /VERBOSE:LIB->OK and then i build that project and output i got on the output window is already sent. in the above reply. Is this a correct way...
by kb
Sat, 2011-02-26, 05:38
Forum: DCMTK - Installation
Topic: Installing dcmtk-3.6.0
Replies: 21
Views: 40192

Yes i have checked all the projects in dcmtk. ws2_32.lib wsock32.lib netapi32.lib all of these three libraries are there. Now what I have to do?

Thankx
by kb
Fri, 2011-02-25, 12:11
Forum: DCMTK - Installation
Topic: Installing dcmtk-3.6.0
Replies: 21
Views: 40192

No i didn't check. Can you please tell me: I have to check linker's verbose mode in some other application or in Project file of dcmtk-3.6? While checking a sample application(not dcmtk) in verbose mode i am getting these outputs: 1>------ Build started: Project: abc, Configuration: Debug Win32 ----...
by kb
Fri, 2011-02-25, 11:59
Forum: DCMTK - Installation
Topic: Installing dcmtk-3.6.0
Replies: 21
Views: 40192

Yes these libraries were already set in the CmakeLists.txt file of DCMTK-3.6. SET(WIN32_STD_LIBRARIES ws2_32 netapi32 wsock32) I am using Visual Studio 2008 Professional Edition. I downloaded DCMTK-3.6 from http://dicom.offis.de/download/dcmtk/dcmtk360/ link and these libraries were already set in t...
by kb
Fri, 2011-02-25, 04:33
Forum: DCMTK - Installation
Topic: Installing dcmtk-3.6.0
Replies: 21
Views: 40192

Thankx sir for your reply.

Hi, As per your suggestion i downloaded DCMTK-3.6, and without making any change in CMakeLists.txt and using CMake 2.8, i hv started configure. After configuring and generating i got these info. Looking for sysinfo - not found Looking for tempnam Looking for tempnam - found Looking for tmpnam Lookin...
by kb
Thu, 2011-02-24, 08:12
Forum: DCMTK - Installation
Topic: Installing dcmtk-3.6.0
Replies: 21
Views: 40192

Installing dcmtk-3.6.0

Hi, I am using Visual studio 2008 and Win32 XP. I am trying to install dcmtk-3.5.5_20100903 snapshot on my system using CMake. In case of configuration using CMake I hv got these information: Info: DCMTK's builtin private dictionary support will be disabled Info: Thread support will be enabled Confi...