Kitware/vtk-js

[Feature] How to remove CT bed/shadows in a CT image

StevenRoger opened this issue · 1 comments

Feature Request

image

How to remove the bed in a 3D view, similar to the display in 3D Slicer?

Motivation and Detailed Description

Remove CT bed/shadows in a CT image

Removing the CT bed is an image processing algorithm.

In Slicer it is performed by this code.

You can do image processing in a web browser using itk.wasm. ITK.wasm integrates with VTK.js.