File tree Expand file tree Collapse file tree 4 files changed +27
-27
lines changed
Core/Transform/MutualInformationAffine
Numerics/Optimizers/ExhaustiveOptimizer
Metricsv4/RegisterTwoPointSets Expand file tree Collapse file tree 4 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,13 @@ Output::
40
40
Metric value = 0.000971698
41
41
Numb. Samples = 567
42
42
43
+ Jupyter Notebook
44
+ ----------------
45
+
46
+ .. image :: https://mybinder.org/badge_logo.svg
47
+ :target: https://mybinder.org/v2/gh/InsightSoftwareConsortium/ITKExamples/master?filepath=src%2FCore%2FTransform%2FMutualInformationAffine%2FMutualInformationAffine.ipynb
48
+
49
+
43
50
Code
44
51
----
45
52
50
57
:lines: 18-
51
58
52
59
53
- Binder
54
- ------
55
- .. image :: https://mybinder.org/badge_logo.svg
56
- :target: https://mybinder.org/v2/gh/InsightSoftwareConsortium/ITKExamples/master?filepath=src%2FCore%2FTransform%2FMutualInformationAffine%2FMutualInformationAffine.ipynb
57
-
58
-
59
60
Classes demonstrated
60
61
--------------------
61
62
Original file line number Diff line number Diff line change @@ -19,6 +19,12 @@ Results
19
19
Reconfiguration of CMakeList.txt may be necessary.
20
20
`Write An Example <https://itk.org/ITKExamples/Documentation/Contribute/WriteANewExample.html `>
21
21
22
+ Jupyter Notebook
23
+ -----------------
24
+
25
+ .. image :: https://mybinder.org/badge_logo.svg
26
+ :target: https://mybinder.org/v2/gh/InsightSoftwareConsortium/ITKExamples/master?filepath=src%2FNumerics%2FOptimizers%2FExhaustiveOptimizer%2FPlotExhaustiveOptimizer.ipynb
27
+
22
28
Code
23
29
----
24
30
@@ -35,14 +41,6 @@ Python
35
41
:language: python
36
42
:lines: 20-
37
43
38
- Jupyter Notebook
39
- -----------------
40
-
41
- .. image :: https://mybinder.org/badge_logo.svg
42
- :target: https://mybinder.org/v2/gh/InsightSoftwareConsortium/ITKExamples/master?filepath=src%2FNumerics%2FOptimizers%2FExhaustiveOptimizer%2FPlotExhaustiveOptimizer.ipynb
43
-
44
-
45
-
46
44
Classes demonstrated
47
45
--------------------
48
46
Original file line number Diff line number Diff line change @@ -34,14 +34,20 @@ Results
34
34
Output::
35
35
36
36
Optimizer stop condition: GradientDescentOptimizer: Maximum number of iterations (200) exceeded.
37
-
37
+
38
38
Result =
39
39
Translation X = 12.9484
40
40
Translation Y = 17.0856
41
41
Iterations = 200
42
42
Metric value = 0.594482
43
43
Numb. Samples = 567
44
44
45
+ Jupyter Notebook
46
+ ----------------
47
+
48
+ .. image :: https://mybinder.org/badge_logo.svg
49
+ :target: https://mybinder.org/v2/gh/InsightSoftwareConsortium/ITKExamples/master?filepath=src%2FRegistration%2FCommon%2FMutualInformation%2FMutualInformation.ipynb
50
+
45
51
Code
46
52
----
47
53
52
58
:lines: 18-
53
59
54
60
55
- Binder
56
- ------
57
- .. image :: https://mybinder.org/badge_logo.svg
58
- :target: https://mybinder.org/v2/gh/InsightSoftwareConsortium/ITKExamples/master?filepath=src%2FRegistration%2FCommon%2FMutualInformation%2FMutualInformation.ipynb
59
-
60
-
61
-
62
61
Classes demonstrated
63
62
--------------------
64
63
Original file line number Diff line number Diff line change @@ -43,8 +43,15 @@ Results
43
43
1.0000000000010232, 1.0000000000010232]
44
44
Optimizer learning rate: 164.938
45
45
46
+ Jupyter Notebook
47
+ ----------------
48
+
49
+ .. image :: https://mybinder.org/badge_logo.svg
50
+ :target: https://mybinder.org/v2/gh/InsightSoftwareConsortium/ITKExamples/master?filepath=src%2FRegistration%2FMetricsv4%2FRegisterTwoPointSets%2FRegisterTwoPointSets.ipynb
51
+
46
52
Code
47
53
--------
54
+
48
55
C++
49
56
...
50
57
@@ -58,11 +65,6 @@ Python
58
65
:language: python
59
66
:lines: 1, 23-
60
67
61
- Binder
62
- -------
63
- .. image :: https://mybinder.org/badge_logo.svg
64
- :target: https://mybinder.org/v2/gh/InsightSoftwareConsortium/ITKExamples/master?filepath=src%2FRegistration%2FMetricsv4%2FRegisterTwoPointSets%2FRegisterTwoPointSets.ipynb
65
-
66
68
Classes demonstrated
67
69
--------------------
68
70
You can’t perform that action at this time.
0 commit comments