Search found 35 matches

by simeon
Tue, 2010-01-12, 18:12
Forum: DCMTK - General
Topic: Modality LUT Sequence
Replies: 16
Views: 22137

I try to build snapshot. But when I make changes in CMake, after generation of project, changes missing. I try to add /D_BIND_TO_CURRENT_VCLIBS_VERSION, but it not appear in generated projects. When I open some project, preprocessor Definitions are DCMTK_BUILD_DATE=\"2009-12-22\",_REENTRAN...
by simeon
Tue, 2010-01-12, 10:15
Forum: DCMTK - General
Topic: Modality LUT Sequence
Replies: 16
Views: 22137

Thanks.
I will build it this evening.
by simeon
Tue, 2010-01-12, 09:53
Forum: DCMTK - General
Topic: Modality LUT Sequence
Replies: 16
Views: 22137

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...
by simeon
Mon, 2010-01-11, 21:43
Forum: DCMTK - General
Topic: Modality LUT Sequence
Replies: 16
Views: 22137

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?
by simeon
Mon, 2009-08-10, 12:12
Forum: DCMTK - Installation
Topic: A question about error Link2005(MSDV)
Replies: 21
Views: 45470

Ok I must build it with openssl libs
by simeon
Sat, 2007-09-08, 14:28
Forum: DCMTK - General
Topic: How to DICOM file in VC MFC
Replies: 1
Views: 3644

by simeon
Sat, 2007-06-02, 16:31
Forum: DCMTK - General
Topic: difference of setPresentationLutShape and setPolarity
Replies: 3
Views: 4364

I make it.

I write image data to dataset with writeFrameToDataset member:
m_pDicomImage->writeFrameToDataset(*pDataset)
by simeon
Tue, 2007-05-29, 11:32
Forum: DCMTK - General
Topic: difference of setPresentationLutShape and setPolarity
Replies: 3
Views: 4364

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* ...
by simeon
Sat, 2007-05-26, 22:16
Forum: DCMTK - General
Topic: difference of setPresentationLutShape and setPolarity
Replies: 3
Views: 4364

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);
by simeon
Sat, 2007-05-26, 00:06
Forum: DCMTK - General
Topic: Change Dicom image
Replies: 2
Views: 3884

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...
by simeon
Sun, 2007-04-22, 10:55
Forum: DCMTK - General
Topic: how i can use DicomImage::setPresentationLut(...)?
Replies: 1
Views: 2572

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?
by simeon
Sun, 2007-04-22, 10:49
Forum: DCMTK - General
Topic: How I can understand if some file is in dicom format?
Replies: 2
Views: 3294

Thanks ;)
by simeon
Fri, 2007-04-06, 10:17
Forum: DCMTK - General
Topic: How I can understand if some file is in dicom format?
Replies: 2
Views: 3294

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.
by simeon
Sun, 2007-02-25, 11:15
Forum: DCMTK - General
Topic: US YBR_FULL_422 problem
Replies: 3
Views: 5258

can you give url to that image?
by simeon
Mon, 2007-02-12, 22:37
Forum: DCMTK - Installation
Topic: A question about error Link2005(MSDV)
Replies: 21
Views: 45470

Ok. I built libraries with /MD(/MDd) on vc 6.0 and vc2005. If someone want I will sent.