Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Error: ParseJPEGBitStream() failed

senmeganath
Beginner
316 Views
Hello,

I'm currently running into problem while decoding lossless 16 bit jpg dicom image into bmp file.

Its failing while ReadHeader in ParseJPEGBitStream() function.

please provide some hints.

I am attached a failure image for your reference.

Thanks and Regards
Senthil
0 Kudos
2 Replies
Vladimir_Dudnik
Employee
316 Views

Senthil,

it seems to be the same issue as you already reported in thread http://software.intel.com/en-us/forums/showthread.php?t=67282

The problem is that implementation of DICOM format parser we provide in UIC sample is quite simple and do not care about all possible cases (DICOM is a bit complicated format). It's main purpose was to demonstrate the IPP JPEG codec might be used in medical imaging and provide good performance.

We will fix this particular issue but can't commit to complete support of DICOM format. Usually, our customers have their own DICOM parsing environment and just substitute performance critical parts by UIC codecs.

What is your purpose of testing these DICOM files?

Regards,
Vladimir
0 Kudos
senmeganath
Beginner
316 Views

Senthil,

it seems to be the same issue as you already reported in thread http://software.intel.com/en-us/forums/showthread.php?t=67282

The problem is that implementation of DICOM format parser we provide in UIC sample is quite simple and do not care about all possible cases (DICOM is a bit complicated format). It's main purpose was to demonstrate the IPP JPEG codec might be used in medical imaging and provide good performance.

We will fix this particular issue but can't commit to complete support of DICOM format. Usually, our customers have their own DICOM parsing environment and just substitute performance critical parts by UIC codecs.

What is your purpose of testing these DICOM files?

Regards,
Vladimir
Hello Vladimir,

Our most of the testcase images are in DICOM format.
mostly all the images are passing, and few images are failing. if you fix this issue, its useful for us.

Thanks and Regards
Senthil.
0 Kudos
Reply