Skip to content
Snippets Groups Projects
Commit e85aac70 authored by Sebastien Harasse's avatar Sebastien Harasse
Browse files

BUG: Added missing include. Also changed from itk:: to otb::VectorImage

parent 80014790
Branches
Tags
No related merge requests found
......@@ -19,6 +19,7 @@
#define __otbMeanShiftImageFilter2_h
#include "otbImage.h"
#include "otbVectorImage.h"
#include "itkImageToImageFilter.h"
#include <vcl_algorithm.h>
......@@ -143,7 +144,7 @@ public:
typedef itk::VariableLengthVector<RealType> RealVector;
typedef itk::VectorImage<RealType, InputImageType::ImageDimension> RealVectorImageType;
typedef otb::VectorImage<RealType, InputImageType::ImageDimension> RealVectorImageType;
/** Setters / Getters */
itkSetMacro(SpatialBandwidth, RealType);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment