Search found 9 matches

by sgrimm
Wed, 2008-08-13, 18:13
Forum: DCMJP2K
Topic: CT JPEG 2000 Lossy 20.1 compressed
Replies: 4
Views: 20206

There we go :-) Is there somewhere a pricelist?
by sgrimm
Wed, 2008-08-13, 16:50
Forum: DCMJP2K
Topic: CT JPEG 2000 Lossy 20.1 compressed
Replies: 4
Views: 20206

CT JPEG 2000 Lossy 20.1 compressed

Hi, i am trying to load CT image JPEG 2000 Lossy 20.1 compressed. It basically fails here E_TransferSyntax opt_oxfer=EXS_LittleEndianExplicit; DcmXfer opt_oxferSyn(opt_oxfer); OFCondition dcmCond = pDcmDataSet->chooseRepresentatio(opt_oxfer, NULL); if (dcmCond.bad()) ---> and it says "Pixel rep...
by sgrimm
Tue, 2008-08-12, 15:49
Forum: DCMTK - General
Topic: YBRFULL422 and multiframe
Replies: 6
Views: 8750

Thank you very very much, adding the attributes indeed fixed it :D

regards
sg
by sgrimm
Tue, 2008-08-12, 14:17
Forum: DCMTK - General
Topic: YBRFULL422 and multiframe
Replies: 6
Views: 8750

sure, I appreciate it.
by sgrimm
Tue, 2008-08-12, 14:02
Forum: DCMTK - General
Topic: YBRFULL422 and multiframe
Replies: 6
Views: 8750

Thank you very much for your prompt reply.

Yes, I am including diregist.h. Unfortunately this is not the problem. I can actually read YBR_FULL single frame. The data i have contains both types of images. I have problems reading YBRFULL422 multiframe images.

regards
sg
by sgrimm
Tue, 2008-08-12, 13:31
Forum: DCMTK - General
Topic: YBRFULL422 and multiframe
Replies: 6
Views: 8750

YBRFULL422 and multiframe

Hi, i am trying to load YBRFULL422 multiframe data. It basically fails here E_TransferSyntax opt_oxfer=EXS_LittleEndianExplicit; DcmXfer opt_oxferSyn(opt_oxfer); OFCondition dcmCond = pDcmDataSet->chooseRepresentatio(opt_oxfer, NULL); if (dcmCond.bad()) ---> and it says "Tag Not Found" I b...
by sgrimm
Mon, 2008-07-14, 18:28
Forum: Off-topic
Topic: Dicom Developer
Replies: 0
Views: 22050

Dicom Developer

Hi, we are looking for a Senior Dicom Developer. Ideally somebody with strong dcmtk experience. The position will be full-time and office-based in London, UK. To apply for this position please send CV/Resume to jobs@biotronics3d.com Biotronics3D Ltd, headquartered in London, England, develops and ma...
by sgrimm
Tue, 2008-06-03, 15:01
Forum: DCMTK - General
Topic: Multi-Frame Modality = NM
Replies: 3
Views: 4829

Marco,
yes I agree, this is not a 100% DCMTK related question. But thank you very much for pointing me in the right direction.
by sgrimm
Tue, 2008-05-27, 11:49
Forum: DCMTK - General
Topic: Multi-Frame Modality = NM
Replies: 3
Views: 4829

Multi-Frame Modality = NM

Hi, i am trying to load a multi-frame NM image. It contains basically two frames, bone scintigraphy: anterior and posterior. These two frames are two separate images as opposed to two consecutive images. What in the header do I have to use to understand that I have to split these two frames and wher...