From dc7e256add404a2f7c8aadf6f12f6efb664a2b34 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Thu, 10 Apr 2025 14:01:22 -0400 Subject: [PATCH] Add SlicerANTsPy The ANTsPy library wraps image processing framework ANTs in Python. It provides modules tailored for integration with SlicerMorph extension and workflow. It includes reading and writing of medical images, algorithms for registration, segmentation, statistical learning. SlicerANTsPy extension makes ANTsPy available inside 3D Slicer, and provides graphical user interface to some of its common functionalities such as interactive registration, batch (group wise) registration, template creation and tensor-based morphometry via Jacobian analysis (WIP). It provides some convenience features such as optionally initializing all registrations via landmarks. --- SlicerANTsPy.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 SlicerANTsPy.json diff --git a/SlicerANTsPy.json b/SlicerANTsPy.json new file mode 100644 index 00000000..72ef77cc --- /dev/null +++ b/SlicerANTsPy.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#", + "build_dependencies": [], + "build_subdirectory": ".", + "category": "Registration", + "scm_revision": "main", + "scm_url": "https://github.com/SlicerMorph/SlicerANTsPy.git", + "tier": 3 +}