creating a CT viewer with React and VTK.js
I am trying to build a quad-view CT viewer using vtk.js, itk-wasm, React, and MUI.
For starters, I want to build the axial view only and control it with a slider.
Using the example quad view as a reference, I tried to build the following react component.
I am uploading 120 dcm files and trying to set the initial slice to 60.
Files get loaded successfully, but nothing is visible on the screen.
Can’t figure out what I am missing.