Skip to content
Snippets Groups Projects
Commit 3ae4e295 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

REFAC: unused attribute m_UseDEM

parent b1791dc4
No related branches found
No related tags found
No related merge requests found
......@@ -232,10 +232,6 @@ private:
/** Step of the elevation exploration. */
double m_ElevationStep;
/** If set to true, the local elevation is extracted from a DEM +
geoid. If set to false, average elevation is used. Default is false. */
bool m_UseDEM;
/** Threshold of the correlation to keep estimated height. */
double m_CorrelationThreshold;
......
......@@ -54,9 +54,6 @@ StereoSensorModelToElevationFilter<TInputImage, TOutputHeight>
m_CorrelationThreshold = 0.7;
m_VarianceThreshold = 4;
m_SubtractInitialElevation = false;
// DEM handling (deprecated)
m_UseDEM = false;
}
template <class TInputImage, class TOutputHeight>
......
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