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

DOC: Mean Shift segmentation application doc update.

parent 12a988ef
No related branches found
No related tags found
No related merge requests found
...@@ -45,8 +45,20 @@ private: ...@@ -45,8 +45,20 @@ private:
MeanShiftSegmentation() MeanShiftSegmentation()
{ {
SetName("MeanShiftSegmentation"); SetName("MeanShiftSegmentation");
SetDescription("Perfrom mean shift clustering"); SetDescription("Perform mean shift clustering");
}
// Documentation
SetDocName("Mean Shift segmentation application");
SetDocLongDescription("This application performs mean shift clustering.");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
SetDocSeeAlso(" ");
SetDocCLExample("otbApplicationLauncherCommandLine MeanShiftClustering ${OTB-BIN}/bin "
"--in ${OTB-Data}/Input/qb_RoadExtract2sub200x200.tif --cout MeanShift_ClusteredOutput.tif"
"--fout MeanShift_FilterOutput.tif --lout MeanShift_LabeledClusteredOutput.tif"
"--cbout MeanShift_ClusterBoundariesOutput.tif ---spatialr 16 --ranger 16 --minsize 10 --scale 1.0 ");
AddDocTag("Segmentation");
}
virtual ~MeanShiftSegmentation() virtual ~MeanShiftSegmentation()
{ {
......
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