From f66218592bdcd9be100bb1c336c1c5fe673c59be Mon Sep 17 00:00:00 2001 From: Julien Michel <julien.michel@orfeo-toolbox.org> Date: Wed, 13 Jun 2012 11:41:30 +0200 Subject: [PATCH] ENH: Refine with GCPs off by default --- Code/Projections/otbGenericRSTransform.txx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/Projections/otbGenericRSTransform.txx b/Code/Projections/otbGenericRSTransform.txx index 54bb38b6db..7eb45ea7ec 100644 --- a/Code/Projections/otbGenericRSTransform.txx +++ b/Code/Projections/otbGenericRSTransform.txx @@ -35,8 +35,8 @@ GenericRSTransform<TScalarType, NInputDimensions, NOutputDimensions> ::GenericRSTransform() : Superclass(SpaceDimension, ParametersDimension), m_DEMDirectory(""), m_GeoidFile(""), m_AverageElevation(-32768.0), - m_OptimizeInputTransform(true), - m_OptimizeOutputTransform(true), + m_OptimizeInputTransform(false), + m_OptimizeOutputTransform(false), m_InputTiePoints(), m_OutputTiePoints() -- GitLab