diff --git a/Code/lsrmGraphToOtbImage.h b/Code/lsrmGraphToOtbImage.h index 0cd93ce89b987022fd2c3a5504d46e1d1cfc7b04..19a448caedebff6c02fc2a8fd3cdaa1a8e61b243 100644 --- a/Code/lsrmGraphToOtbImage.h +++ b/Code/lsrmGraphToOtbImage.h @@ -26,18 +26,12 @@ namespace lsrm typedef typename NodeList::const_iterator NodeConstIterator; typedef unsigned long int LabelPixelType; typedef otb::Image<LabelPixelType, 2> LabelImageType; - typedef unsigned char ClusterPixelType; - typedef otb::VectorImage<ClusterPixelType, 2> ClusteredImageType; using ContourOperator = lp::ContourOperations; LabelImageType::Pointer GetLabelImage(const GraphType& graph, const unsigned int width, const unsigned int height); - - /*ClusteredImageType::Pointer GetClusteredOutput(const GraphType& graph, - const unsigned int width, - const unsigned int height);*/ }; } // end of namespace lsrm