-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
At the moment, pymialsrtk modules are organized into the three interfaces preprocess, postprocess and reconstruction.
Some interfaces do not fall into one of these categories, but are still implemented in one of them.
Interfaces should be refactored into more adapted, meaningful and consistent modules.
For instance (TDB):
- (intensity) correction module for :
MialsrtkSliceBySliceN4BiasFieldCorrection,BtkNLMDenoising,MialsrtkCorrectSliceIntensity,- etc.
- registration module for:
MialsrtkImageReconstruction,ComputeAlignmentToReference,- etc.
- module for image operation:
BinarizeImage,MaskImage,- etc.
- module for image measurements:
QualityMetrics,StacksOrdering,- etc.