devDept.Eyeshot.Dicom Namespace

Provides classes for surface reconstruction from CT scans.
Classes
 
Name Description
Public class CtSliceInfo CT image information of a single slice.
Public class DicomDictionary Dictionary for public DICOM attributes. <remarks>Reference: DCIOM Standard 2009, Part 3: Information Object Definitions</remarks>
Public class DicomElement The DICOM element
Public class DicomTree The DICOM tree. <remarks>The hierarchy of the tree is: Patient-SOPClass-Study-Series-Instance(Image).</remarks>
Public class Iod DICOM Instance class. <remarks>It represents one physical DICOM file.</remarks>
Public class IodElement The IOD (Information Object Definitions) element. <remarks>This is the DicomElement that contains the info about the single slice.</remarks>
Public class Static SopClassDictionary DICOM SOP Class Dictionary <remarks>Reference: DICOM Standard 2009, Part 4: Service Class Specifications, Table B.5-1 Standard SOP Classes</remarks>
Public class Static TransferSyntaxDictionary DICOM Transfer Syntax Dictionary. <remarks>Reference: DCIOM Standard 2009, Part 5: Data Structures and Encoding.</remarks>
Public class VolumeRendering Utility class for the volume rendering reconstruction.

The volume rendering is a set of techniques used to display a 2D projection of a 3D discretely sampled data set, typically a 3D scalar field.

A typical 3D data set is a group of 2D slice images acquired by a CT, MRI, or MicroCT scanner. Usually these are acquired in a regular pattern (e.g., one slice every millimeter) and usually have a regular number of image pixels in a regular pattern. This is an example of a regular volumetric grid, with each volume element, or voxel represented by a single value that is obtained by sampling the immediate area surrounding the voxel.

Public class VolumeRenderingBase<T> Volume rendering base definition.
Top
Name Description
Public enumeration DicomVersion DICOM Version
Top

.NET Framework

Supported in: 4.8

In this article

Definition