Skip to content

Commit

Permalink
DOC: MI clarification in logger.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntustison committed Jan 30, 2024
1 parent 8f25651 commit 754ae6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/itkantsRegistrationHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,11 @@ class RegistrationHelper final : public itk::Object
}
case MI:
{
return std::string("MI");
return std::string("JointHistogramMI");
}
case Mattes:
{
return std::string("Mattes");
return std::string("MattesMI");
}
case MeanSquares:
{
Expand Down

0 comments on commit 754ae6b

Please sign in to comment.