diff --git a/Examples/BasicFilters/MeanShiftSegmentationFilterExample.cxx b/Examples/BasicFilters/MeanShiftSegmentationFilterExample.cxx index e6456a7762c8d015e36afa7b271dcadfc0249d28..e5120bed11c60dc6b56abd1f7e328a0cb2d1cb8e 100644 --- a/Examples/BasicFilters/MeanShiftSegmentationFilterExample.cxx +++ b/Examples/BasicFilters/MeanShiftSegmentationFilterExample.cxx @@ -19,8 +19,8 @@ // Software Guide : BeginCommandLineArgs // INPUTS: {ROI_QB_MUL_1.png} -// OUTPUTS: {MSLabeledOutput.tif}, {MSClusteredOutput.tif} {MSLabeledOutput-pretty.png}, {MSClusteredOutput-pretty.png} -// 16 16 100 100 0.1 +// OUTPUTS: {MSLabeledOutput.tif}, {MSClusteredOutput.tif}, {MSLabeledOutput-pretty.png}, {MSClusteredOutput-pretty.png} +// 16 16 100 100 0.1 // Software Guide : EndCommandLineArgs // Software Guide : BeginLatex