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
Merge branch '135-feature-generalize-back-to-native-class-to-allow-transforms-in-both-directions' of github.com:BrainLesion/preprocessing into 135-feature-generalize-back-to-native-class-to-allow-transforms-in-both-directions
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
`BrainLes preprocessing` is a comprehensive tool for preprocessing tasks in biomedical imaging, with a focus on (but not limited to) multi-modal brain MRI. It can be used to build modular preprocessing pipelines:
12
12
13
-
This includes **normalization**, **co-registration**, **atlas registration**, **skulstripping / brain extraction**, **N4 Bias correction** and **defacing**.
13
+
This includes **normalization**, **co-registration**, **atlas registration**, **skullstripping / brain extraction**, **N4 Bias correction** and **defacing**.
14
14
We provide means to transform images and segmentations in both directions between native and atlas space.
15
15
16
16
BrainLes is written modular and `backend-agnostic` meaning it allows to skip or swap registration, brain extraction, N4 bias correction and defacing tools.
Copy file name to clipboardExpand all lines: example/example_modality_centric_preprocessor.py
+11-16Lines changed: 11 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,17 @@
1
1
# This script is an example of how to use the ModalityCentricPreprocessor class to preprocess a set of MR images. It is only here for quick development and testing purposes. It is not intended to be used in a production environment.
0 commit comments