Create a 3D image from a DicomVolume and with a defined rendering mode
Visual Basic |
---|
Public Function Make3D( _ ByVal Mode As do3DMode _ ) As DicomImage |
Value | Description |
---|---|
do2D | Normal 2D display |
doAverage | Average - this is like MPR, but with a finite thickness |
doCurvedMPR | |
doFusion | Fusion image |
doMaximum | Maximum Intensity Projection |
doMinimum | Minimum Intensity Projection |
doMPR | Multi-Planar Reformatting |
doVR | Volume Rendering |
Unlike in earlier versions of DicomObjects, MPR, MIP, VR & Slab/Average are all handled by the same class, allowing the view to be changed at will simply by changing the do3DMode property.
The members of the Projection property allow the projection to be rotated, zoomed etc., and these transformations are retained when changing views.
Multiple DicomImage objects may share the same Volume, greatly reducing memory requirements.