diff --git a/Utilities/ITK/Code/BasicFilters/itkBinaryThresholdImageFilter.h b/Utilities/ITK/Code/BasicFilters/itkBinaryThresholdImageFilter.h index f04130bf2e8e7b551a72e18311f156e3fef8898a..d7b7b75f1dbc5e9bcb4f8b8407f4049e18cd0ac2 100755 --- a/Utilities/ITK/Code/BasicFilters/itkBinaryThresholdImageFilter.h +++ b/Utilities/ITK/Code/BasicFilters/itkBinaryThresholdImageFilter.h @@ -37,7 +37,7 @@ namespace itk * More precisely * \f[ Output(x_i) = \begin{cases} - InsideValue & \text{if $LowerThreshold \leq x_i \leq UpperThreshold$} \ \ + InsideValue & \text{if $LowerThreshold \leq x_i \leq UpperThreshold$}\\ OutsideValue & \text{otherwise} \end{cases} \f]