I want to use VTK.js to apply Gaussian filtering to CT images. How should I proceed?
If you want to process the data, then you need to use ITK.wasm.
If it is for 3D volume rendering purpose, you can look at this Convolution example.
I want to use VTK.js to apply Gaussian filtering to CT images. How should I proceed?
If you want to process the data, then you need to use ITK.wasm.
If it is for 3D volume rendering purpose, you can look at this Convolution example.