Skip to content
Snippets Groups Projects
Commit ed0053d6 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

COMP: fix for optional edison

parent 957e1d53
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@
// Software Guide : BeginCodeSnippet
#include "otbStreamingImageToOGRLayerSegmentationFilter.h"
#include "otbOGRLayerStreamStitchingFilter.h"
#include "otbMeanShiftVectorImageFilter.h"
// Software Guide : EndCodeSnippet
#include "otbVectorImage.h"
......
......@@ -38,13 +38,13 @@ namespace otb
* \class LabeledOutputAccessor
* \brief Specialized class to get the index of the labeled output image in mean shift filter (new version).
*
* ingroup OTBOGRProcessing
* \ingroup OTBOGRProcessing
*/
template <class TInputImage, class TOutputImage, class TOutputImage2, class TKernelType>
class LabeledOutputAccessor<MeanShiftSmoothingImageFilter<TInputImage, TOutputImage, TOutputImage2, TKernelType> >
{
public:
typedef typename MeanShiftSmoothingImageFilter<TInputImage, TOutputImage, TOutputImage2, TKernelType>::LabeledOutputType LabelImageType;
typedef typename MeanShiftSmoothingImageFilter<TInputImage, TOutputImage, TOutputImage2, TKernelType>::OutputLabelImageType LabelImageType;
itkStaticConstMacro(LabeledOutputIndex, unsigned int, 0);
};
......
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