File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 13
13
* Rigid Tensor Registration
14
14
* Affine Tensor Registration
15
15
* Diffeomorphic Tensor Registration
16
+ * Combine affiine and diffeomorphic transforms
17
+ * Application of transform to tensor and scalar volumes
18
+ * Threshold and Binarize
19
+ * Adjusting the voxel space of tensor and scalar volumes
20
+ * Resampling tensor and scalar volumes
21
+ * Calculation of tensor metrics from tensor volume
16
22
17
23
Examples
18
24
--------
Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ class BinThresh(CommandLineDtitk):
305
305
_cmd = 'BinaryThresholdImageFilter'
306
306
307
307
308
- class BinThreshTASK (DTITKRenameMixin , BinThresh ):
308
+ class BinThreshTask (DTITKRenameMixin , BinThresh ):
309
309
pass
310
310
311
311
You can’t perform that action at this time.
0 commit comments