Skip to content

Commit b63c04f

Browse files
committed
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.
1 parent af93e4e commit b63c04f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

SlicerANTsPy.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#",
3+
"build_dependencies": [],
4+
"build_subdirectory": ".",
5+
"category": "Registration",
6+
"scm_revision": "main",
7+
"scm_url": "https://github.com/SlicerMorph/SlicerANTsPy.git",
8+
"tier": 3
9+
}

0 commit comments

Comments
 (0)