How to filter dicom images using a kernel?

Hello everyone,
I use itk.js for some web image processing functionality.
How to filter dicom images using itk.js?
Thanks.

Hi @dbtruong ,

Welcome to ITK! :sun_with_face:

You can read the DICOM images into an ITK-Wasm Image with the @itk-wasm/dicom and @itk-wasm/image-io packages.

You can create an ITK-Wasm processing pipeline, build TypeScript/JavaScript/Python bindings with the command line tool:

npx create-itk-wasm
1 Like