I've been testing out vtk-wasm. In the past, when I loaded an image using itk-wasm, I had to use something to convert it to a VTK Image for use with vtk.js. I'm looking for help to figure out if there is an equivalent of this for vtk-wasm. Currently, I'm using readImageDicomFileSeries from itk-wasm to get an outputImage.
Thanks!
I've been testing out vtk-wasm. In the past, when I loaded an image using itk-wasm, I had to use something to convert it to a VTK Image for use with vtk.js. I'm looking for help to figure out if there is an equivalent of this for vtk-wasm. Currently, I'm using
readImageDicomFileSeriesfrom itk-wasm to get an outputImage.Thanks!