diff --git a/Examples/FeatureExtraction/AsymmetricFusionOfLineDetectorExample.cxx b/Examples/FeatureExtraction/AsymmetricFusionOfLineDetectorExample.cxx index cb2ef05f201aa7c0ee61e66213a304998640114b..c6ef8a691fa02d7f7db8d5f105f3caa0e9a84cfe 100644 --- a/Examples/FeatureExtraction/AsymmetricFusionOfLineDetectorExample.cxx +++ b/Examples/FeatureExtraction/AsymmetricFusionOfLineDetectorExample.cxx @@ -35,7 +35,7 @@ // Software Guide : EndLatex // Software Guide : BeginCodeSnippet -#include "otbAssymmetricFusionOfLineDetectorImageFilter.h" +#include "otbAsymmetricFusionOfLineDetectorImageFilter.h" // Software Guide : EndCodeSnippet #include "otbImage.h" @@ -85,7 +85,7 @@ int main(int argc, char * argv[]) // Software Guide : EndLatex // Software Guide : BeginCodeSnippet - typedef otb::AssymmetricFusionOfLineDetectorImageFilter<InternalImageType, + typedef otb::AsymmetricFusionOfLineDetectorImageFilter<InternalImageType, InternalImageType> FilterType; // Software Guide : EndCodeSnippet