Skip to content

Commit f5e029f

Browse files
committed
BUG: Correct MutualInformationAffine output
The output image content link was invalid and the baseline comparison was not correct.
1 parent cc062d9 commit f5e029f

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

src/Core/Transform/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ compare_to_baseline(EXAMPLE_NAME GlobalRegistrationTwoImagesAffine
3232
add_example(MutualInformationAffine)
3333
compare_to_baseline(EXAMPLE_NAME MutualInformationAffine
3434
BASELINE_PREFIX
35-
fixed
36-
moving
3735
OutputBaseline
3836
)
3937

src/Core/Transform/MutualInformationAffine/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ add_test(NAME MutualInformationAffineTest
2525
COMMAND ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/MutualInformationAffine
2626
fixed.png
2727
moving.png
28-
output.png)
29-
28+
Output.png)

src/Core/Transform/MutualInformationAffine/Documentation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ Results
2525
.. figure:: fixed.png
2626
:alt: fixed.png
2727

28-
fixed.png
28+
Fixed
2929

3030
.. figure:: moving.png
3131
:alt: moving.png
3232

33-
moving.png
33+
Moving
3434

3535
.. figure:: OutputBaseline.png
3636
:alt: OutputBaseline.png
3737

38-
OutputBaseline.png
38+
Output
3939

4040
Output::
4141

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
46a0c840567a4eee4a3150674d78fecf7d0395c61c7de697218c0b408919587e4a39f7c307b7bbe144613e0c72bf8eb45f3f59a6b140f1b443bffa0a611aae1e
1+
84bfbdda46574ed22a06b44f12d3bfa36ca86f384d39a7ca724eb7da0824f27e5d66e995200596ce62a6354994e24629b69776454a33c4199604eedbcacff7d2

0 commit comments

Comments
 (0)