Upgrading to DicomObjects v8

There are some significant changes in our Version 8 if you are upgrading from an older version.

Setting TransferFunction in 3D

Sample code for general purpose colour/opacity adjustment.

The result might not good good on particular data because this is intended purely for demonstration purposes!

Video support with FFmpeg

=== DicomObjects uses FFmpeg codec for video handing which is optional if users wanted to plug in their own codec of choice.

3D Coordinates in DicomObjects

All 3D calculations in DicomObjects are almost entirely in “real world” coordinated (patient X,Y,Z in mm).

Adjusting WindowWidth And Level using ExplicitVOILUT property

.NET version Demo code to show the usage of the DicomImage property (ExplicitVOILUT) by generating and applying a LookupTable that has been calculated based on the standard DICOM windowing formula for calculating a Lookup table.

Using DicomObjects in Python

DicomObjects can be used in Python with the help of various API’s and interface generators available on the internet.