We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1a018 commit c6dd70eCopy full SHA for c6dd70e
src/Core/Transform/CMakeLists.txt
@@ -29,13 +29,15 @@ compare_to_baseline(EXAMPLE_NAME GlobalRegistrationTwoImagesAffine
29
output
30
)
31
32
-add_example(MutualInformationAffine)
33
-compare_to_baseline(EXAMPLE_NAME MutualInformationAffine
34
- BASELINE_PREFIX
35
- fixed
36
- moving
37
- output
38
- )
+# TODO revisit input/baseline images and example paramters
+# before reenabling
+#add_example(MutualInformationAffine)
+#compare_to_baseline(EXAMPLE_NAME MutualInformationAffine
+# BASELINE_PREFIX
+# fixed
+# moving
39
+# output
40
+# )
41
42
add_example(GlobalRegistrationTwoImagesBSpline)
43
compare_to_baseline(EXAMPLE_NAME GlobalRegistrationTwoImagesBSpline
0 commit comments