Search found 40 matches

by m-ishihara
Thu, 2009-04-02, 09:48
Forum: DCMTK - General
Topic: saveFile after modifing pixel data
Replies: 2
Views: 3455

Hi Jörg,

Thank you for your reply.
For your suggestion, I could solve the problem.

Thanks,
by m-ishihara
Wed, 2009-04-01, 10:52
Forum: DCMTK - General
Topic: saveFile after modifing pixel data
Replies: 2
Views: 3455

saveFile after modifing pixel data

Hi DICOM @ OFFIS, Thank you for your everyday's support. This time, I have wondering how to save DICOM file after internal pixel data is modified. This process is as follows; 1. Reading original DICOM file using DcmDataset::loadFile() 2. Getting pixel data using DiPixel::getDataPtr() 3. Modifing the...
by m-ishihara
Mon, 2009-03-30, 10:19
Forum: DCMTK - General
Topic: About EPR_Uint16 file
Replies: 6
Views: 5467

Hi Jörg, Thank you for your quick reply and useful information. BTW, the point this time is that the modified pixel data makes errors in the DCMTK after filtering. I am now developing dll in order to filter the pixel data to investigate the medical image. But the modified data after filtering would ...
by m-ishihara
Mon, 2009-03-30, 02:31
Forum: DCMTK - General
Topic: About EPR_Uint16 file
Replies: 6
Views: 5467

Hi Jörg, I'm sorry I was confused. The only thing that I understand is that the Pixel Representation is EPR_Uint16. Is it the answer that you expected? BTW, my understanding of the following tag data; (0028,0100)-(US) : Bits Allocated : 16 (0028,0101)-(US) : Bits Stored : 12 (0028,0102)-(US) : High ...
by m-ishihara
Sat, 2009-03-28, 10:09
Forum: DCMTK - General
Topic: About EPR_Uint16 file
Replies: 6
Views: 5467

Hi Jörg, Thank you for your reply. The Pixel Representation is MONOCHROME2. BTW, another data of EPR_Uint16 has the similar problem, but not the same problem. The bit data from the tag is as follows; (0028,0100)-(US) : Bits Allocated : 16 (0028,0101)-(US) : Bits Stored : 10 (0028,0102)-(US) : High B...
by m-ishihara
Fri, 2009-03-27, 12:26
Forum: DCMTK - General
Topic: About EPR_Uint16 file
Replies: 6
Views: 5467

About EPR_Uint16 file

Hi DICOM @ OFFIS, Thank you for your everyday's support. BTW, I have a question about one of the EPR_Uint16 file. I looked into the bit data from the tag infomation of the file, the bit data is as follows; (0028,0100)-(US) : Bits Allocated : 16 (0028,0101)-(US) : Bits Stored : 12 (0028,0102)-(US) : ...
by m-ishihara
Fri, 2009-03-13, 10:54
Forum: DCMTK - General
Topic: EP_Representation of JPEG lossless
Replies: 2
Views: 3362

EP_Representation of JPEG lossless

Hi DICOM @ OFFIS, I have a trouble with JPEG lossless files. I have a series of DICOM image of JPEG lossless. But, when I read those files using DCMTK, EP_Representation of each files are mixed with both EPR_Uint8 and EPR_Uint16 although DCM_BitsAllocated of all those files are DcmUnsignedShort, whi...
by m-ishihara
Wed, 2009-02-18, 05:45
Forum: DCMTK - General
Topic: How to make presentationLUTData
Replies: 3
Views: 3610

Hello DICOM @ OFFIS,

Thank you for your help everyday.
BTW, I recognized that the source code I wrote yesterday was wrong and found out the correct coding to apply PresentationLut.
So, I don't need more reply for this issue.

Thank you very much for your help!
by m-ishihara
Tue, 2009-02-17, 11:17
Forum: DCMTK - General
Topic: How to make presentationLUTData
Replies: 3
Views: 3610

Hi Jörg, Thank you for your help. BTW, I tried to make the source code to put PresentationLut made by user into the DICOM image. The sample program is as follows; //PresentationLut DcmUnsignedShort *presentationLUTDescriptor = new DcmUnsignedShort(DCM_LUTDescriptor); DcmUnsignedShort *presentationLU...
by m-ishihara
Tue, 2009-02-17, 03:35
Forum: DCMTK - General
Topic: Problem of setVoiLut
Replies: 18
Views: 16995

Hi Jörg,

Thank you for your cooperation.
Today, I immediately tried using setVoiLut() and made sure that the method can apply the VOI Lut data stored in DICOM image to the data from getOutputData().
I appreciate your suggestion, so much.

Best Regards,
by m-ishihara
Mon, 2009-02-16, 10:36
Forum: DCMTK - General
Topic: Problem of setVoiLut
Replies: 18
Views: 16995

Thank you for your reply. My intension is that it seems that DCMTK mainstream doesn't apply VOI Lut data stored in DICOM image to the data from getOutputData() or createWindowsDIB(). Because the data got from getOutputData() or createWindowsDIB() is the same as the pixel data, which has not any modi...
by m-ishihara
Mon, 2009-02-16, 09:29
Forum: DCMTK - General
Topic: Problem of setVoiLut
Replies: 18
Views: 16995

Hi Jörg,

Thank you for your help.
BTW, we need to apply VOI Lut stored in DICOM image to rendered data using mainstream DCMTK.
I would appriciate it if you modify it.
Or, please tell me how to modify.

Thanks,
by m-ishihara
Mon, 2009-02-09, 07:57
Forum: DCMTK - General
Topic: Estimated bug "Count" and "count"
Replies: 2
Views: 3564

Hi DICOM @ OFFIS,

I'm sorry I made a slightt mistake in the my opinion above.
((Count + 1) >> 1) means a bit left shift of "(Count + 1)" exactly.
Anyway, the statement is not correct.
I think it is bug.

What do you think of it?
by m-ishihara
Mon, 2009-02-09, 07:37
Forum: DCMTK - General
Topic: Estimated bug "Count" and "count"
Replies: 2
Views: 3564

Estimated bug "Count" and "count"

Hi DICOM @ OFFIS, Thank you for your cooperation. Recently, I realised the estimated bug in diluptab.cxx. At DiLookupTable::checkTable method in diluptab.cxx, there are different variables, one is "count" variable which means value multiplicity of Lut table and the other is "Count&quo...
by m-ishihara
Wed, 2009-02-04, 12:45
Forum: DCMTK - General
Topic: Problem of setVoiLut
Replies: 18
Views: 16995

I am sending DICOM image attached to e-mail, to 'dicom@offis.de'.
Please tell me the results.

Thanks,
Maty