From fab1986fcc9732820b2896f9b4fdbbc1eccf893a Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Fri, 25 Oct 2024 12:44:44 +0900 Subject: [PATCH 1/2] Add DicomToMesh --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2cb5cc5..ca0a2a4 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ Contributions _very welcome_ but first see [Contributing](CONTRIBUTING.md). - [ITK](https://itk.org/) - ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions. - [MITK]() - The Medical Imaging Interaction Toolkit. - [RTK](https://www.openrtk.org/) - The Reconstruction Toolkit. +- [DicomToMesh](https://github.com/eidelen/DicomToMesh) - A command line tool to transform a DICOM volume into a 3d surface mesh (obj, stl or ply). ## Official From d2363b7907ba822425e5b061fcd8ae7ee878eab1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 03:44:57 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca0a2a4..0ded6b9 100644 --- a/README.md +++ b/README.md @@ -47,11 +47,11 @@ Contributions _very welcome_ but first see [Contributing](CONTRIBUTING.md). ## Medical imaging - [Common Toolkit (CTK)](https://github.com/commontk/CTK) - A set of common support code for medical imaging, surgical navigation, and related purposes. +- [DicomToMesh](https://github.com/eidelen/DicomToMesh) - A command line tool to transform a DICOM volume into a 3d surface mesh (obj, stl or ply). - [ITK-Wasm](https://github.com/InsightSoftwareConsortium/itk-wasm) - High performance spatial analysis in a web browser and across programming languages and hardware architectures. - [ITK](https://itk.org/) - ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions. - [MITK]() - The Medical Imaging Interaction Toolkit. - [RTK](https://www.openrtk.org/) - The Reconstruction Toolkit. -- [DicomToMesh](https://github.com/eidelen/DicomToMesh) - A command line tool to transform a DICOM volume into a 3d surface mesh (obj, stl or ply). ## Official