Skip to content
Snippets Groups Projects
Commit 47de9c29 authored by Julien Michel's avatar Julien Michel
Browse files

BUG: More interface errors

parent 8fb34d4d
No related branches found
No related tags found
No related merge requests found
...@@ -296,8 +296,12 @@ int StereoSensorModelToElevationMap::Execute(otb::ApplicationOptionsResult* pars ...@@ -296,8 +296,12 @@ int StereoSensorModelToElevationMap::Execute(otb::ApplicationOptionsResult* pars
stereoFilter->SetAverageElevation(averageElevation); stereoFilter->SetAverageElevation(averageElevation);
} }
stereoFilter->SetSubtractInitialElevation(subtractInitialHeight);
stereoFilter->SetLowerElevation(minHeightOffset); stereoFilter->SetLowerElevation(minHeightOffset);
stereoFilter->SetHigherElevation(maxHeightOffset); stereoFilter->SetHigherElevation(maxHeightOffset);
stereoFilter->SetCorrelationThreshold(correlationThreshold);
stereoFilter->SetVarianceThreshold(varianceThreshold);
stereoFilter->SetElevationStep(heightStep); stereoFilter->SetElevationStep(heightStep);
stereoFilter->SetRadius(radius); stereoFilter->SetRadius(radius);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment