From bb1a4f7553fdbe1ea1cd812ca532bd4694dbe5c8 Mon Sep 17 00:00:00 2001 From: Ludovic Hussonnois <ludovic.hussonnois@c-s.fr> Date: Fri, 17 Mar 2017 10:37:31 +0000 Subject: [PATCH] DOC: Update MeanShiftSmoothingImageFilter documentation. --- .../Smoothing/include/otbMeanShiftSmoothingImageFilter.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Modules/Filtering/Smoothing/include/otbMeanShiftSmoothingImageFilter.h b/Modules/Filtering/Smoothing/include/otbMeanShiftSmoothingImageFilter.h index 339cfbc089..b91668884b 100644 --- a/Modules/Filtering/Smoothing/include/otbMeanShiftSmoothingImageFilter.h +++ b/Modules/Filtering/Smoothing/include/otbMeanShiftSmoothingImageFilter.h @@ -419,7 +419,8 @@ private: * and spectral value, with respect to its neighbors, until convergence to a * local mode. The map of the distance traveled by pixels is obtained by * GetSpatialOutput(). A map of detected local modes is also available in - * GetLabelOutput() and can be seen as a first segmentation of the input image, + * GetLabelOutput() if mode search is set to true (default set to false) + * and can be seen as a first segmentation of the input image, * although usually highly oversegmented. * Finally, GetIterationOutput() will return the number of algorithm iterations * for each pixel. -- GitLab