Skip to content

Commit c6dd70e

Browse files
tbirdsodzenanz
authored andcommitted
BUG: Disable MutualInformationAffine example
1 parent 3e1a018 commit c6dd70e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

src/Core/Transform/CMakeLists.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@ compare_to_baseline(EXAMPLE_NAME GlobalRegistrationTwoImagesAffine
2929
output
3030
)
3131

32-
add_example(MutualInformationAffine)
33-
compare_to_baseline(EXAMPLE_NAME MutualInformationAffine
34-
BASELINE_PREFIX
35-
fixed
36-
moving
37-
output
38-
)
32+
# TODO revisit input/baseline images and example paramters
33+
# before reenabling
34+
#add_example(MutualInformationAffine)
35+
#compare_to_baseline(EXAMPLE_NAME MutualInformationAffine
36+
# BASELINE_PREFIX
37+
# fixed
38+
# moving
39+
# output
40+
# )
3941

4042
add_example(GlobalRegistrationTwoImagesBSpline)
4143
compare_to_baseline(EXAMPLE_NAME GlobalRegistrationTwoImagesBSpline

0 commit comments

Comments
 (0)