VBoussot commited on
Commit
89834cc
·
verified ·
1 Parent(s): b93115e

Update PresetDatabase.json

Browse files
Files changed (1) hide show
  1. PresetDatabase.json +5 -4
PresetDatabase.json CHANGED
@@ -9,8 +9,8 @@
9
  "models": [],
10
  "preprocess_function": "",
11
  "iterations": 3000,
12
- "short_description": "Generic image registration elastix.",
13
- "description": "blablabla"
14
  },
15
  {
16
  "display_name": "Generic Rigid",
@@ -20,8 +20,9 @@
20
  "models": [],
21
  "preprocess_function": "",
22
  "iterations": 1000,
23
- "short_description": "Generic rigid image registration elastix.",
24
- "description": "blablabla"
 
25
  },
26
  {
27
  "display_name": "IMPACT BSpline M730",
 
9
  "models": [],
10
  "preprocess_function": "",
11
  "iterations": 3000,
12
+ "short_description": "Two-stage registration: rigid alignment followed by BSpline refinement."
13
+ "description": "A combined registration strategy: first a rigid Euler transform corrects global misalignment, then a BSpline model captures localized anatomical deformations. Both stages use a multi-resolution pyramid, mutual information, and stochastic optimization for robust performance across a wide range of multimodal imaging scenarios."
14
  },
15
  {
16
  "display_name": "Generic Rigid",
 
20
  "models": [],
21
  "preprocess_function": "",
22
  "iterations": 1000,
23
+ "short_description": "Rigid registration using mutual information and a multi-resolution pyramid."
24
+
25
+ "description": "This preset performs rigid alignment using an Euler transform optimized with Adaptive Stochastic Gradient Descent. It uses a 4-level multi-resolution strategy and Mattes mutual information as similarity metric. Initial alignment based on image centers are enabled to ensure robust convergence for multimodal images."
26
  },
27
  {
28
  "display_name": "IMPACT BSpline M730",