Skip to content

Commit a7f643a

Browse files
committed
DOC README typos
1 parent 6612461 commit a7f643a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ segmentations in nifti format.
88
### Features
99

1010
+ 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))
1212
+ 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
1515
+ get the corresponding 4D RGB image (with colors provided in ITK-snap or fsl labels descriptor format)
1616
+ 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
1818
+ compute Dice's score, covariance distance, Hausdorff distance and normalised symmetric contour distance between segmentations
1919
+ get the array of values at the voxel below a given label
2020
+ symmetrise a segmentation
2121
+ [...and more](https://github.com/SebastianoF/nilabels/wiki/What-you-can-do-with-nilabels)
22-
+ Facade design pattern to make it easily extendible (see the [docs](https://github.com/SebastianoF/nilabels/wiki/Design-Pattern))
22+
+ Facade design pattern to make it easily extendible with new methods (see the [docs](https://github.com/SebastianoF/nilabels/wiki/Design-Pattern))
2323

2424

2525
### Non-features (work in progress)

0 commit comments

Comments
 (0)