Skip to content
Snippets Groups Projects
Commit a0e08b7a authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

DOC: OrthoRectification application change.

parent 657c76b1
No related branches found
No related tags found
No related merge requests found
......@@ -85,18 +85,18 @@ private:
{
SetName("OrthoRectification");
std::ostringstream oss;
oss << "Using available image metadata to determine the sensor model,"<<std::endl;
oss << "Using available image metadata to determine the sensor model," << std::endl;
oss << "computes a cartographic projection of the image";
SetDescription(oss.str());
// Documentation
SetDocName("Ortho Rectification application");
SetDocLongDescription(oss.str());
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
SetDocSeeAlso(" ");
SetDocCLExample(" ");
AddDocTag("Image manipulation");
AddDocTag("projection");
SetDocName("Ortho Rectification application");
SetDocLongDescription(oss.str());
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
SetDocSeeAlso(" ");
SetDocCLExample(" ");
AddDocTag("Image manipulation");
AddDocTag("Projection");
}
void DoCreateParameters()
......
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