| Overload | Description |
|---|---|
| DicomVolume Constructor(DicomImage) | Initializes a new instance of the DicomVolume class from a single DICOM image. |
| DicomVolume Constructor(IEnumerable<DicomImage>,Boolean,Single) | Initializes a new instance of the DicomVolume class from a collection of DICOM images with optional even spacing. |
| DicomVolume Constructor(IEnumerable<DicomImage>) | Initializes a new instance of the DicomVolume class from a collection of DICOM images. |