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

DOC: fix doc appli StereoFramework

parent f7efbf38
Branches
Tags
No related merge requests found
...@@ -185,8 +185,9 @@ private: ...@@ -185,8 +185,9 @@ private:
SetDocName("Stereo Framework"); SetDocName("Stereo Framework");
SetDocLongDescription("Compute the ground elevation with a stereo block matching algorithm between a stereo pair in sensor geometry. The output is projected in WGS84"); SetDocLongDescription("Compute the ground elevation with a stereo block matching algorithm between a stereo pair in sensor geometry. The output is projected in WGS84");
SetDocLimitations(""); SetDocLimitations(" ");
SetDocAuthors(""); SetDocAuthors("OTB-Team");
SetDocSeeAlso(" ");
AddDocTag(Tags::Geometry); AddDocTag(Tags::Geometry);
...@@ -234,6 +235,12 @@ private: ...@@ -234,6 +235,12 @@ private:
DisableParameter("disp"); DisableParameter("disp");
AddRAMParameter(); AddRAMParameter();
SetDocExampleParameterValue("inleft","sensor_stereo_left.tif");
SetDocExampleParameterValue("inright","sensor_stereo_right.tif");
SetDocExampleParameterValue("res","2.5");
SetDocExampleParameterValue("out","dem.tif");
} }
void DoUpdateParameters() void DoUpdateParameters()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment