X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkReconstructThroughDilationImageFilter.txx;h=de290f96c1ae05f534a1a7e3e13603ab66e0a9c8;hb=a523f5be1e221995c0d4d29a0077b5e8b984c96d;hp=82e28e6e6c421be11de171eae8a1b7733791b30e;hpb=765020625fbc092d283e221e36c83e60a1844cb7;p=clitk.git diff --git a/itk/clitkReconstructThroughDilationImageFilter.txx b/itk/clitkReconstructThroughDilationImageFilter.txx index 82e28e6..de290f9 100644 --- a/itk/clitkReconstructThroughDilationImageFilter.txx +++ b/itk/clitkReconstructThroughDilationImageFilter.txx @@ -68,7 +68,7 @@ namespace clitk typedef itk::StatisticsImageFilter StatisticsImageFilterType; typedef itk::BinaryBallStructuringElement KernelType; typedef clitk::ConditionalBinaryDilateImageFilter ConditionalBinaryDilateImageFilterType; - typedef itk::DifferenceImageFilter DifferenceImageFilterType; + typedef itk::Testing::ComparisonImageFilter DifferenceImageFilterType; typedef itk::CastImageFilter OutputCastImageFilterType; typedef clitk::SetBackgroundImageFilter SetBackgroundImageFilterType;