Search found 85 matches

by ali.m.habib
Thu, 2011-07-14, 17:04
Forum: DCMTK - General
Topic: Insert multi frame images
Replies: 0
Views: 11822

Insert multi frame images

hi ,

i wanna know how to insert multi-frame images into dicom file ?

Thanks in Advance
by ali.m.habib
Tue, 2011-07-12, 15:33
Forum: DCMTK - General
Topic: putAndInsertSint16Array Problem
Replies: 16
Views: 27787

U r completely right , thanks alot i tried to remove the slope and intercept & it worked, thanks alot :)
by ali.m.habib
Tue, 2011-07-12, 15:24
Forum: DCMTK - General
Topic: putAndInsertSint16Array Problem
Replies: 16
Views: 27787

then what do you suggest can be the solution to this problem ?
by ali.m.habib
Tue, 2011-07-12, 12:08
Forum: DCMTK - General
Topic: putAndInsertSint16Array Problem
Replies: 16
Views: 27787

yes it contains Rescale slope and intercept but the pixel data after insertion is different that the original data , i was wondering if i can insert the pixel data by looping on the array and inserting it using putAndInsertSint16 ...
by ali.m.habib
Tue, 2011-07-12, 10:06
Forum: DCMTK - General
Topic: putAndInsertSint16Array Problem
Replies: 16
Views: 27787

the bits stored is equal to the bits allocated it CT signed ,Monochrome2, 16 bitsstored , 16 bits allocated,& after insertion of the pixel data when applying the original ww and wl on the image it seems darker than the original image .. i tried the above steps but they were useless , any suggest...
by ali.m.habib
Mon, 2011-07-11, 14:18
Forum: DCMTK - General
Topic: putAndInsertSint16Array Problem
Replies: 16
Views: 27787

yes i did
by ali.m.habib
Sun, 2011-07-10, 13:16
Forum: DCMTK - General
Topic: putAndInsertSint16Array Problem
Replies: 16
Views: 27787

hi , I am facing the same problem i am trying to insert signed pixel data but it gives the same error when i use the putAndInsertSint16Array and when i used the putAndInsertUint16Array the result seems to be wrong , it's not as the original image .. can any one tell me the steps to overcome this pro...
by ali.m.habib
Sun, 2011-06-19, 12:58
Forum: DCMTK - General
Topic: Basic CGET with dcmtk.
Replies: 5
Views: 11580

I want an event that indicates that connection is closed without a release request for example the connection is cut suddenly ? is there a way to check for this ?
by ali.m.habib
Mon, 2011-05-16, 13:47
Forum: DCMTK - General
Topic: How to compile and link dcmtk in Qt
Replies: 4
Views: 7118

Thanks so much! So the correct step is: 1. build library in Visual Studio 2008. 2. Setup compiler to VS 2008 in Qt project 3. Setup path for include and lib files 4. Build in Qt Right? If I want to run my application in Linux, I need to use linux compiler, e.g. g++ to build the library and then set...
by ali.m.habib
Sun, 2011-05-15, 14:23
Forum: DCMTK - General
Topic: Newbie questions
Replies: 1
Views: 3649

Newbie questions

Hi I want to ask if DCMTK can do the following - Access certain pixel in the image (pixel 0) - What’s the value of the pixel represent (CT number or what) - Annotation can I draw it - Region filters - Write new DICOM file - Overlay (with activation layer in presentation layer). - Opening key image (...
by ali.m.habib
Wed, 2011-05-11, 16:31
Forum: DCMTK - General
Topic: DCMTK and appstore
Replies: 7
Views: 9848

i wanna know where exactly this isinf is used in which classes and can we avoid using any of these classes , i wanna know whether it's used in imaging libraries for example or is it used in all classes ?
by ali.m.habib
Wed, 2011-05-11, 15:05
Forum: DCMTK - General
Topic: DCMTK and appstore
Replies: 7
Views: 9848

Per wrote:s/Android/iPhone/g

isinf() is C99, which Apple should support, but they have a long history of slight incompatibilities with these macros. (Don't ask - I don't want to remember.) So I suggest you ask Apple.
so how to avoid it in building and work with DCMTK
by ali.m.habib
Wed, 2011-05-11, 11:37
Forum: DCMTK - Installation
Topic: DCMTK with java
Replies: 2
Views: 6940

Hi, DCMTK is a toolkit written in C++ and partly, plain C. So if you want to use it from Java, you have to use the Java Native Interface (JNI) in order to "wrap" the DCMTK functions that you need. Alternatively, you can call ready-to-use DCMTK tools from your java programs in order to uti...
by ali.m.habib
Tue, 2011-05-10, 11:20
Forum: DCMTK - General
Topic: DCMTK and appstore
Replies: 7
Views: 9848

DCMTK and appstore

Hi ,
I submitted my application that use dcmtk to appstore , but it has been rejected for the following reason

Our system has determined your app is using private or undocumented APIs:
Private Symbol References
isinf


do any one have any resolution or explanation for that
by ali.m.habib
Mon, 2011-05-09, 11:54
Forum: DCMTK - General
Topic: How to open DICOM DIR file
Replies: 3
Views: 5165

omarelgazzar wrote:Look at this post
how to use the classes not the tools