Skip to content
Snippets Groups Projects
Commit 8dc36a26 authored by OTB Bot's avatar OTB Bot
Browse files

STYLE

parent 23e52aac
Branches
Tags
No related merge requests found
...@@ -37,7 +37,7 @@ GCPsToRPCSensorModelImageFilter<TImage> ...@@ -37,7 +37,7 @@ GCPsToRPCSensorModelImageFilter<TImage>
m_UseDEM(false), m_UseDEM(false),
m_MeanElevation(0.), m_MeanElevation(0.),
m_DEMHandler(), m_DEMHandler(),
m_GCPsContainer(), m_GCPsContainer(),
m_ModelUpToDate(false) m_ModelUpToDate(false)
{ {
// This filter does not modify the image buffer, but only its // This filter does not modify the image buffer, but only its
......
...@@ -83,7 +83,7 @@ RPCSolverAdapter::Solve(const GCPsContainerType& gcpContainer, ...@@ -83,7 +83,7 @@ RPCSolverAdapter::Solve(const GCPsContainerType& gcpContainer,
if(sensorPoints.size()<40) if(sensorPoints.size()<40)
{ {
otbGenericWarningMacro("Only "<<sensorPoints.size()<<" ground control points are provided, can not estimate a RPC model with elevation support (at least 40 points required). Elevation support will be disabled for RPC estimation. All coefficients related to elevation will be set to zero, and elevation will have no effect on the resulting transform."); otbGenericWarningMacro("Only "<<sensorPoints.size()<<" ground control points are provided, can not estimate a RPC model with elevation support (at least 40 points required). Elevation support will be disabled for RPC estimation. All coefficients related to elevation will be set to zero, and elevation will have no effect on the resulting transform.");
useElevation = false; useElevation = false;
} }
// Build the ossim rpc solver // Build the ossim rpc solver
......
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment