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

Questions regarding WIC component.

Dave_A__from_Lifeboa
346 Views
Customer asks:

I do have a couple of questions:

The samples for the UIC codec architecture implement a WIC (Windows Imaging Component) codec. The code and documentation suggest that this supports Jpeg 2000 (j2k). But although the codec registers itself as a WIC component, it does not advertise itself as capable of reading j2k files only jpeg and jpeg-xr. Im confused as to why it is limited in this way.

Picnic claims to be able to read DICOM images. Is this implemented through UIC? If so, why is the necessary registration not implemented, so that DICOM images can be handled via WIC?

Thank you for your help.
Dave A. from Lifeboat Distribution
0 Kudos
2 Replies
Jeffrey_M_Intel1
Employee
346 Views
Thewic_uic_codec sample is intendedas astarting point,notacomprehensive solution. At the time it was implemented, JPEG and JPEG-XR were consideredthehighest priority to illustrate. Hopefully the JPEG and JPEG-XR examples willbe a helpful reference if you wishto add other UIC codecs like JPEG2000 and DICOM yourself. Please note that UIC only implements a subset of DICOM.

Best regards,

Jeff

0 Kudos
SergeyKostrov
Valued Contributor II
346 Views
You're "mixing" UIC, WIC, Picnic and DICOM.

Iwould like to note that DICOM is a Standard and it stands for 'Digital Imaging and Communications in Medicine',
and because of this it is built on top of some imaging API. I personally saw three different software systems with support ofDICOM:

First was implemented with Visual Basic
Second was implemented with IPL and Visual Basic
Thrid was implemented with some ( a company specific ) C++imaging API

Best regards,
Sergey
0 Kudos
Reply