From 0acd9fa9b9ba24f00e6a272a219f948ead8c9d4a Mon Sep 17 00:00:00 2001 From: Jordi Inglada <jordi.inglada@orfeo-toolbox.org> Date: Thu, 15 Jan 2009 10:55:37 +0100 Subject: [PATCH] DOC: parameters for mean shift example changed --- Examples/BasicFilters/MeanShiftVectorImageFilterExample.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/BasicFilters/MeanShiftVectorImageFilterExample.cxx b/Examples/BasicFilters/MeanShiftVectorImageFilterExample.cxx index ca044835f1..9ee04b7a49 100644 --- a/Examples/BasicFilters/MeanShiftVectorImageFilterExample.cxx +++ b/Examples/BasicFilters/MeanShiftVectorImageFilterExample.cxx @@ -27,7 +27,7 @@ // Software Guide : BeginCommandLineArgs // INPUTS: {ROI_QB_MUL_1.png} // OUTPUTS: {MSFilteredOutput.tif}, {MSClusteredOutput.tif}, {MSLabelledOutput.tif}, {MSBoundariesOutput.tif}, {MSFilteredOutput-pretty.png}, {MSClusteredOutput-pretty.png} -// 16 16 10 1.0 +// 7 30 20 1.0 // Software Guide : EndCommandLineArgs // Software Guide : BeginLatex -- GitLab