How to Implement Shutters in DicomObjects

Shutters are a means to “black out” areas of an image outside the area of interest, and are defined in DICOM and in presentation states.

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 Version 8 we have added support for video handling with pluggable custom codec.

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.