Search found 35 matches
- Tue, 2010-01-12, 18:12
- Forum: DCMTK - General
- Topic: Modality LUT Sequence
- Replies: 16
- Views: 24195
- Tue, 2010-01-12, 10:15
- Forum: DCMTK - General
- Topic: Modality LUT Sequence
- Replies: 16
- Views: 24195
- Tue, 2010-01-12, 09:53
- Forum: DCMTK - General
- Topic: Modality LUT Sequence
- Replies: 16
- Views: 24195
Thanks for replies. Jörg Riesmeier, I build DCMTK with VS. Will I be easily build snapshot on Windows OS. alwitta, I use setMinMaxWindow. Sample code: m_pFileFormat = DcmFileFormatPtr(new DcmFileFormat()); OFCondition cond = m_pFileFormat->loadFile(strFileName.c_str(), EXS_Unknown, EGL_withoutGL, DC...
- Mon, 2010-01-11, 21:43
- Forum: DCMTK - General
- Topic: Modality LUT Sequence
- Replies: 16
- Views: 24195
Modality LUT Sequence
I have DICOM image with Modality LUT Sequence.
But when I display image, the LUT is not apply and I can't display it.
DICOM image is:
http://debian.fmi.uni-sofia.bg/~tarikat ... 1.anon.dcm
Can someone help me?
But when I display image, the LUT is not apply and I can't display it.
DICOM image is:
http://debian.fmi.uni-sofia.bg/~tarikat ... 1.anon.dcm
Can someone help me?
- Mon, 2009-08-10, 12:12
- Forum: DCMTK - Installation
- Topic: A question about error Link2005(MSDV)
- Replies: 21
- Views: 47415
- Sat, 2007-09-08, 14:28
- Forum: DCMTK - General
- Topic: How to DICOM file in VC MFC
- Replies: 1
- Views: 3718
- Sat, 2007-06-02, 16:31
- Forum: DCMTK - General
- Topic: difference of setPresentationLutShape and setPolarity
- Replies: 3
- Views: 4435
- Tue, 2007-05-29, 11:32
- Forum: DCMTK - General
- Topic: difference of setPresentationLutShape and setPolarity
- Replies: 3
- Views: 4435
Thanks for reply ;) And i have another question related with Inverse. I want open a dicom file, inverse and save file. I wrote following code: DcmFileFormat* m_pFileFormat = new DcmFileFormat(); m_pFileFormat->loadFile(strFileName.c_str(), EXS_Unknown, EGL_withoutGL, DCM_MaxReadLength); DicomImage* ...
- Sat, 2007-05-26, 22:16
- Forum: DCMTK - General
- Topic: difference of setPresentationLutShape and setPolarity
- Replies: 3
- Views: 4435
difference of setPresentationLutShape and setPolarity
Hi I want to ask one question.
What is the difference of setPresentationLutShape and setPolarity?
I want to inverse image.
DicomImage* m_pDicomImage;
//...
m_pDicomImage->setPresentationLutShape(ESP_Inverse);
//and
m_pDicomImage->setPolarity(EPP_Reverse);
What is the difference of setPresentationLutShape and setPolarity?
I want to inverse image.
DicomImage* m_pDicomImage;
//...
m_pDicomImage->setPresentationLutShape(ESP_Inverse);
//and
m_pDicomImage->setPolarity(EPP_Reverse);
- Sat, 2007-05-26, 00:06
- Forum: DCMTK - General
- Topic: Change Dicom image
- Replies: 2
- Views: 3996
Please tell me how I can modify a dicom image? how i can take image pixel data, modify some pixel value and put pixel data back to save dicom file. Anyone can tell me right method. I try with const void* pixels = pixelData->getData(); //... //... // modify pixels to pixelData dataset->putAndInsertUi...
- Sun, 2007-04-22, 10:55
- Forum: DCMTK - General
- Topic: how i can use DicomImage::setPresentationLut(...)?
- Replies: 1
- Views: 2620
how i can use DicomImage::setPresentationLut(...)?
Hi everybody
How I can use DicomImage::setPresentationLut(...)?
I read standard (PS 3.3, Page 790, C.11) But i can't understand how i can set parameters on setPresentationLut member?
Anyone can me write some code for using that member?
How I can use DicomImage::setPresentationLut(...)?
I read standard (PS 3.3, Page 790, C.11) But i can't understand how i can set parameters on setPresentationLut member?
Anyone can me write some code for using that member?
- Sun, 2007-04-22, 10:49
- Forum: DCMTK - General
- Topic: How I can understand if some file is in dicom format?
- Replies: 2
- Views: 3405
- Fri, 2007-04-06, 10:17
- Forum: DCMTK - General
- Topic: How I can understand if some file is in dicom format?
- Replies: 2
- Views: 3405
How I can understand if some file is in dicom format?
How I can understand if some file is in dicom format with dcmtk toolkit?
I want to understand if some file is in dicom format witout opening whole file.
I want to understand if some file is in dicom format witout opening whole file.
- Sun, 2007-02-25, 11:15
- Forum: DCMTK - General
- Topic: US YBR_FULL_422 problem
- Replies: 3
- Views: 5394
- Mon, 2007-02-12, 22:37
- Forum: DCMTK - Installation
- Topic: A question about error Link2005(MSDV)
- Replies: 21
- Views: 47415