Publisher | Cureos |
---|---|
File size | 1.81MB |
Number of files | 18 |
Latest version | 3.5.0 |
Latest release date | 2019-08-01 08:00:21 |
First release date | 2016-05-16 03:28:28 |
Supported Unity versions | 2018.4.2 or higher |
fo-dicom is a simple-to-use toolkit for reading and manipulating DICOM images and files.
The fo-dicom release for Unity uses the latest DICOM dictionary. It supports reading and writing DICOM files with uncompressed image formats. Compressed formats such as JPEG2000 etc. are currently not supported.
Unity specific image rendering is available. To create a Texture2D object out of a DICOM file, simply:
var image = new DicomImage("imagename.dcm");
var texture = image.RenderImage().AsTexture2D();
For more information about fo-dicom, see https://github.com/fo-dicom/fo-dicom
The fo-dicom release for Unity uses the latest DICOM dictionary. It supports reading and writing DICOM files with uncompressed image formats. Compressed formats such as JPEG2000 etc. are currently not supported.
Unity specific image rendering is available. To create a Texture2D object out of a DICOM file, simply:
var image = new DicomImage("imagename.dcm");
var texture = image.RenderImage().AsTexture2D();
For more information about fo-dicom, see https://github.com/fo-dicom/fo-dicom