Displaying DICOM image in Unity

378 views
Skip to first unread message

Alessandro Pierro

unread,
May 10, 2017, 9:36:23 AM5/10/17
to Fellow Oak DICOM
Is there any way to display a dicom ( as an image ) on Unity ?

Anders Gustafsson Cureos AB

unread,
May 10, 2017, 9:48:00 AM5/10/17
to Fellow Oak DICOM
Yes, the commercial version available in the Unity Asset Store provides image rendering to Texture2D.

Alessandro Pierro

unread,
May 10, 2017, 10:31:50 AM5/10/17
to Fellow Oak DICOM
So i must buy the Unity asset? The GitHub version won't allow me to do it?

Anders Gustafsson Cureos AB

unread,
May 10, 2017, 10:56:56 AM5/10/17
to Fellow Oak DICOM
The pixel data is accessible, so you can create your own Texture2D image based on the pixel data. But there is no built-in support for Texture2D rendering, e.g.

image.RenderImage().AsTexture2D()

in the open source code on Github. For that added functionality you would need to purchase the package from Asset Store.
Reply all
Reply to author
Forward
0 new messages