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

DOC: MultivariateAlterationDetector application doc update.

parent 8feeab15
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,17 @@ private:
{
SetName("MultivariateAlterationDetector");
SetDescription("Multivariate Alteration Detector");
// Documentation
SetDocName("Multivariate alteration detector");
SetDocLongDescription("This application detects change between two given images.");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
SetDocSeeAlso(" ");
SetDocCLExample("otbApplicationLauncherCommandLine MultivariateAlterationDetector ${OTB-BIN}/bin "
"--in1 ${OTB-Data}/Input/Spot5-Gloucester-before.tif --in2 ${OTB-Data}/Input/Spot5-Gloucester-after.tif "
"--out detectedChangeImage.tif ");
AddDocTag("Feature extraction");
}
virtual ~MultivariateAlterationDetector()
......@@ -55,6 +66,7 @@ private:
AddParameter(ParameterType_InputImage, "in1", "Input Image 1");
AddParameter(ParameterType_InputImage, "in2", "Input Image 2");
AddParameter(ParameterType_OutputImage, "out", "Change Map");
SetParameterDescription("out","Image of detected changes.");
}
void DoUpdateParameters()
......
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