diff --git a/Applications/Classification/otbKMeansClassification.cxx b/Applications/Classification/otbKMeansClassification.cxx index 0daf81dce159d7aa0b86c4511cf43a049380c14c..a6dcff9829a7c515bf849f9098da336f96a987fe 100644 --- a/Applications/Classification/otbKMeansClassification.cxx +++ b/Applications/Classification/otbKMeansClassification.cxx @@ -38,7 +38,6 @@ namespace otb { - namespace Wrapper { @@ -108,7 +107,6 @@ typedef UInt8ImageType LabeledImageType; typedef LabeledImageType::PixelType LabelType; - typedef FloatVectorImageType::PixelType SampleType; typedef itk::Statistics::ListSample<SampleType> ListSampleType; typedef itk::Statistics::WeightedCentroidKdTreeGenerator<ListSampleType> TreeGeneratorType;