From 05306b989071ef35ff3c82e20ae640079bb98f14 Mon Sep 17 00:00:00 2001 From: Jonathan Guinet <jonathan.guinet@c-s.fr> Date: Fri, 29 Jun 2012 16:18:08 +0200 Subject: [PATCH] ENH: ColorMapping example update. --- Applications/Utils/otbColorMapping.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Applications/Utils/otbColorMapping.cxx b/Applications/Utils/otbColorMapping.cxx index c89a18114c..b6112a2535 100644 --- a/Applications/Utils/otbColorMapping.cxx +++ b/Applications/Utils/otbColorMapping.cxx @@ -537,8 +537,8 @@ private: // Doc example parameter settings SetDocExampleParameterValue("in", "ROI_QB_MUL_1_SVN_CLASS_MULTI.png"); SetDocExampleParameterValue("method", "custom"); - SetDocExampleParameterValue("method.custom.lut", "ColorTable.txt"); - SetDocExampleParameterValue("out", "clLabeledFancyImageQB123_1.tif"); + SetDocExampleParameterValue("method.custom.lut", "ROI_QB_MUL_1_SVN_CLASS_MULTI_PNG_ColorTable.txt"); + SetDocExampleParameterValue("out", "Colorized_ROI_QB_MUL_1_SVN_CLASS_MULTI.tif"); } void DoUpdateParameters() -- GitLab