VBoussot commited on
Commit
6630135
·
verified ·
1 Parent(s): 15fcda3

Update PresetDatabase.json

Browse files
Files changed (1) hide show
  1. PresetDatabase.json +4 -0
PresetDatabase.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
  "presets": [
3
  {
 
4
  "display_name": "Generic Rigid + BSpline",
5
  "parameter_maps": [
6
  "Parameters_Rigid.txt",
@@ -13,6 +14,7 @@
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",
17
  "parameter_maps": [
18
  "Parameters_Rigid.txt"
@@ -24,6 +26,7 @@
24
  "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."
25
  },
26
  {
 
27
  "display_name": "IMPACT BSpline jacobian M730",
28
  "parameter_maps": [
29
  "ParameterMap_Recommended.txt"
@@ -37,6 +40,7 @@
37
  "description": "A deformable BSpline registration using the IMPACT metric to align semantic features extracted from pretrained models (M730). The method uses 4 resolution levels."
38
  },
39
  {
 
40
  "display_name": "IMPACT MIND",
41
  "parameter_maps": [
42
  "ParameterMap_Mind.txt"
 
1
  {
2
  "presets": [
3
  {
4
+ "type": "elastix",
5
  "display_name": "Generic Rigid + BSpline",
6
  "parameter_maps": [
7
  "Parameters_Rigid.txt",
 
14
  "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."
15
  },
16
  {
17
+ "type": "elastix",
18
  "display_name": "Generic Rigid",
19
  "parameter_maps": [
20
  "Parameters_Rigid.txt"
 
26
  "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."
27
  },
28
  {
29
+ "type": "elastix",
30
  "display_name": "IMPACT BSpline jacobian M730",
31
  "parameter_maps": [
32
  "ParameterMap_Recommended.txt"
 
40
  "description": "A deformable BSpline registration using the IMPACT metric to align semantic features extracted from pretrained models (M730). The method uses 4 resolution levels."
41
  },
42
  {
43
+ "type": "elastix",
44
  "display_name": "IMPACT MIND",
45
  "parameter_maps": [
46
  "ParameterMap_Mind.txt"