Search found 2217 matches
- Mon, 2011-05-02, 08:50
- Forum: DCMTK - General
- Topic: CreateScaledImage - Help
- Replies: 6
- Views: 12278
- Fri, 2011-04-29, 19:53
- Forum: DCMTK - General
- Topic: Arithmetic Exception opening CT Image
- Replies: 3
- Views: 8117
- Thu, 2011-04-28, 08:27
- Forum: DCMTK - General
- Topic: how to get the element's value of each individual frame
- Replies: 7
- Views: 16582
- Wed, 2011-04-27, 14:19
- Forum: DCMTK - General
- Topic: Pixel Data and Pixel Representation
- Replies: 5
- Views: 33512
- Wed, 2011-04-27, 14:10
- Forum: DCMTK - General
- Topic: Pixel Data and Pixel Representation
- Replies: 5
- Views: 33512
No, this forum is about DCMTK, a C/C++ DICOM toolkit. Of course, you could use JNI to wrap the main classes to Java (as demonstrated with the DICOMscope application many years ago).
- Wed, 2011-04-27, 13:26
- Forum: DCMTK - General
- Topic: API bug - DcmTag::getTagName ()
- Replies: 3
- Views: 9216
- Wed, 2011-04-27, 13:21
- Forum: DCMPRINT
- Topic: Print for ECGs?
- Replies: 3
- Views: 27542
- Wed, 2011-04-27, 13:14
- Forum: DCMTK - General
- Topic: Pixel Data and Pixel Representation
- Replies: 5
- Views: 33512
If you would use the DicomImage class, the rendered output would always be unsigned, even for signed CT images.
- Wed, 2011-04-27, 13:11
- Forum: DCMPRINT
- Topic: Print for ECGs?
- Replies: 3
- Views: 27542
- Wed, 2011-04-27, 08:37
- Forum: DICOMscope - Installation
- Topic: fatal error C1189: #error : DCMTK needs stringstream or strstream type
- Replies: 1
- Views: 22755
- Wed, 2011-04-27, 08:31
- Forum: DCMTK - General
- Topic: DcmFindSCU - Avoid output to console
- Replies: 6
- Views: 22472
- Tue, 2011-04-26, 18:12
- Forum: DCMTK - General
- Topic: DcmFindSCU - Avoid output to console
- Replies: 6
- Views: 22472
You need to configure the (root) logger accordingly -- as described in the documentation. There are multiple ways to avoid any output to the console. One of them is the following (add this code to the beginning of your main function): log4cplus::SharedAppenderPtr nullapp(new log4cplus::NullAppender(...
- Tue, 2011-04-26, 17:52
- Forum: DCMTK - General
- Topic: Apply Non Linear VOILut
- Replies: 10
- Views: 25055
- Tue, 2011-04-26, 16:26
- Forum: DCMTK - General
- Topic: Apply Non Linear VOILut
- Replies: 10
- Views: 25055
This is easy: The DICOM image file you've sent to us is corrupt (in many ways). The main issue is that the pixel data is not encoded in an encapsulated manner (sequence of pixel items) as it is required by the DICOM standard: (0002,0010) UI =JPEGLossless:Non-hierarchical-1stOrderPrediction # 22, 1 T...
- Tue, 2011-04-26, 16:06
- Forum: DCMTK - General
- Topic: Apply Non Linear VOILut
- Replies: 10
- Views: 25055
I am not using software, I am rendering the image on UIImageView on iPad ... So, you are definitely using software :) Probably software that is written by yourself based on the DCMTK, right? W: computed (3356700) and stored (772057) pixel count differ do you have any idea what that means ? Yes, it ...