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 1313* Rigid Tensor Registration
1414* Affine Tensor Registration
1515* 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
1622
1723Examples
1824--------
Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ class BinThresh(CommandLineDtitk):
305305 _cmd = 'BinaryThresholdImageFilter'
306306
307307
308- class BinThreshTASK (DTITKRenameMixin , BinThresh ):
308+ class BinThreshTask (DTITKRenameMixin , BinThresh ):
309309 pass
310310
311311
You can’t perform that action at this time.
0 commit comments