diff --git a/Applications/Classification/otbKMeansClassification.cxx b/Applications/Classification/otbKMeansClassification.cxx index abe4af7f8fad05b477e8ec4c2d32a5569e8d4643..c9685da79dee4d80a10abfe8d4b454fc65518380 100644 --- a/Applications/Classification/otbKMeansClassification.cxx +++ b/Applications/Classification/otbKMeansClassification.cxx @@ -40,7 +40,6 @@ #include "otbWrapperTypes.h" - namespace otb { diff --git a/Code/OBIA/otbHooverInstanceFilter.h b/Code/OBIA/otbHooverInstanceFilter.h index b8c549a22abb550ce83e458e53c6cb997a72abcb..b9cd24fbb8c50d7bafc24cc27232e6ab59f25c96 100644 --- a/Code/OBIA/otbHooverInstanceFilter.h +++ b/Code/OBIA/otbHooverInstanceFilter.h @@ -60,7 +60,7 @@ namespace otb * meaning, regardless of its value. It is assumed that its value always corresponds to an existing region label. This is why these extended * attributes are not reseted but removed before computing Hoover instances. * (see Hoover et al., "An experimental comparison of range image segmentation algorithms", IEEE PAMI vol. 18, no. 7, July 1996) - * + * * \sa HooverMatrixFilter */