'DeclarationPublic Function New( _ ByVal Image As DicomImage _ )
public DicomVolume( DicomImage Image )
Parameters
- Image
- The Multi-frame image to derive the DicomVolume from
'DeclarationPublic Function New( _ ByVal Image As DicomImage _ )
public DicomVolume( DicomImage Image )
The slices ini the multi-frame image must be the same size, orientation, bit depth etc. and must be evenly spaced (though not necessarily in order, as they will be sorted internally).