You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,18 @@ segmentations in nifti format.
8
8
### Features
9
9
10
10
+ Written in Python 2.7
11
-
+Simplify the access to a range of tools and algorithms for the manipulation of medical image segmentations (see more under [motivations](https://github.com/SebastianoF/nilabels/wiki/Motivations))
11
+
+Simplifies the access to a range of tools and algorithms for the manipulation of medical image segmentations (see more under [motivations](https://github.com/SebastianoF/nilabels/wiki/Motivations))
12
12
+ After importing NiLabels, you can quickly:
13
-
+ check if there are missing labels in a segmentation.
14
-
+counts the number of connected components.
13
+
+ check if there are missing labels in a segmentation
14
+
+count the number of connected components
15
15
+ get the corresponding 4D RGB image (with colors provided in ITK-snap or fsl labels descriptor format)
16
16
+ apply rotations and translations to the image header
17
-
+ change the segmentation numbering, erase or merge labels
17
+
+permute or change the segmentation numbering, erase or merge labels
18
18
+ compute Dice's score, covariance distance, Hausdorff distance and normalised symmetric contour distance between segmentations
19
19
+ get the array of values at the voxel below a given label
0 commit comments