Search found 2217 matches
- Mon, 2011-05-02, 08:50
- Forum: DCMTK - General
- Topic: CreateScaledImage - Help
- Replies: 6
- Views: 7488
Of course, a crash should never happen ... To the original poster ("martinrame"): Which version of the DCMTK are you using? It is strongly recommended to use the current release (3.6.0) because it contains many bug fixes, also regarding the various scaling algorithms. What is the log output in verbo...
- Fri, 2011-04-29, 19:53
- Forum: DCMTK - General
- Topic: Arithmetic Exception opening CT Image
- Replies: 3
- Views: 5163
- Thu, 2011-04-28, 08:27
- Forum: DCMTK - General
- Topic: how to get the element's value of each individual frame
- Replies: 7
- Views: 11932
Two general remarks: You should always check the return value when using a function/method. This is also true for the DCMTK. The 'pos' / 'itemNum' parameter of both findAndGetXXX methods is 0-based, so "1" is the second entry. And the definite answer to many if not most questions: Reading the docume...
- Wed, 2011-04-27, 14:19
- Forum: DCMTK - General
- Topic: Pixel Data and Pixel Representation
- Replies: 5
- Views: 17438
Hmm, the name of this site is "DICOM @ OFFIS - Discussion Forum for OFFIS DICOM Tools", and the name of this forum is "DCMTK - General". I thought that this is self-evident :-) Is there any othre forum where I can ask about the Dicom Java Classes? This depends on which Java DICOM toolkit you are usi...
- Wed, 2011-04-27, 14:10
- Forum: DCMTK - General
- Topic: Pixel Data and Pixel Representation
- Replies: 5
- Views: 17438
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: 6059
- Wed, 2011-04-27, 13:21
- Forum: DCMPRINT
- Topic: Print for ECGs?
- Replies: 3
- Views: 13585
- Wed, 2011-04-27, 13:14
- Forum: DCMTK - General
- Topic: Pixel Data and Pixel Representation
- Replies: 5
- Views: 17438
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: 13585
- Wed, 2011-04-27, 08:37
- Forum: DICOMscope - Installation
- Topic: fatal error C1189: #error : DCMTK needs stringstream or strstream type
- Replies: 1
- Views: 10945
- Wed, 2011-04-27, 08:31
- Forum: DCMTK - General
- Topic: DcmFindSCU - Avoid output to console
- Replies: 6
- Views: 17239
- Tue, 2011-04-26, 18:12
- Forum: DCMTK - General
- Topic: DcmFindSCU - Avoid output to console
- Replies: 6
- Views: 17239
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: 14175
- Tue, 2011-04-26, 16:26
- Forum: DCMTK - General
- Topic: Apply Non Linear VOILut
- Replies: 10
- Views: 14175
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: 14175
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 ...