]> Creatis software - clitk.git/blobdiff - itk/clitkReconstructThroughDilationImageFilter.txx
Merge branch 'master' of https://github.com/open-vv/vv
[clitk.git] / itk / clitkReconstructThroughDilationImageFilter.txx
index 82e28e6e6c421be11de171eae8a1b7733791b30e..de290f96c1ae05f534a1a7e3e13603ab66e0a9c8 100644 (file)
@@ -68,7 +68,7 @@ namespace clitk
     typedef itk::StatisticsImageFilter<InternalImageType> StatisticsImageFilterType;
     typedef itk::BinaryBallStructuringElement<InternalPixelType,InputImageDimension > KernelType;
     typedef clitk::ConditionalBinaryDilateImageFilter<InternalImageType, InternalImageType , KernelType> ConditionalBinaryDilateImageFilterType;
-    typedef itk::DifferenceImageFilter<InternalImageType, InternalImageType> DifferenceImageFilterType;
+    typedef itk::Testing::ComparisonImageFilter<InternalImageType, InternalImageType> DifferenceImageFilterType;
     typedef itk::CastImageFilter<InternalImageType, OutputImageType> OutputCastImageFilterType;
     typedef clitk::SetBackgroundImageFilter<InternalImageType, InternalImageType, InternalImageType> SetBackgroundImageFilterType;