From 13c86f7ebca43e68c4dcb460a9e91ab5370a6d5a Mon Sep 17 00:00:00 2001 From: Jonathan Guinet <jonathan.guinet@c-s.fr> Date: Thu, 10 May 2012 08:32:30 +0200 Subject: [PATCH] DOC: doc change. --- Code/BasicFilters/otbMeanShiftImageFilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/BasicFilters/otbMeanShiftImageFilter.h b/Code/BasicFilters/otbMeanShiftImageFilter.h index 8c34617d8f..5add89b123 100644 --- a/Code/BasicFilters/otbMeanShiftImageFilter.h +++ b/Code/BasicFilters/otbMeanShiftImageFilter.h @@ -60,7 +60,7 @@ public: /** \class MeanShiftImageFilter * * - * Mean shift is a data clustering algorithm ofthen used in image processing and segmentation. + * Mean shift is a data clustering algorithm often used in image processing and segmentation. * For a given pixel, the mean shift will build a set of neighboring pixels within a given spatial * radius (can be set using SetSpatialRadius()) and a color range (can be set using SetRangeRadius()). * The spatial and color center of this set is then computed and the algorithm iterates with this new spatial -- GitLab