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

DOC: Orthorectification application doc update.

parent ef3f101b
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,15 @@ private:
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");
}
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