Skip to content
Snippets Groups Projects
Commit b2de6995 authored by Julien Michel's avatar Julien Michel
Browse files

ITK4: Changing itk::WatershedImageFilter for forked class

parent 75b01f18
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
#include "otbMacro.h"
#include "itkCastImageFilter.h"
#include "itkWatershedImageFilter.h"
#include "otbWatershedImageFilter.h"
namespace otb {
......@@ -53,7 +53,7 @@ public:
typedef TInputImage InputImageType;
typedef TOutputLabelImage OutputLabelImageType;
typedef itk::WatershedImageFilter<TInputImage> WatershedFilterType;
typedef otb::WatershedImageFilter<TInputImage> WatershedFilterType;
typedef typename WatershedFilterType::OutputImageType InternalOutputImageType;
typedef itk::CastImageFilter<InternalOutputImageType,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment