Hi,
To use itk.js from unpkg.com, see this example:
To read a DICOM series, use readImageDICOMFileSeries
. To read a multi-frame DICOM, use readImageFile
.
Convert the resulting itk/Image
to a vtkImageData
with convertItkToVtkImage
.
Hi,
To use itk.js from unpkg.com, see this example:
To read a DICOM series, use readImageDICOMFileSeries
. To read a multi-frame DICOM, use readImageFile
.
Convert the resulting itk/Image
to a vtkImageData
with convertItkToVtkImage
.