Commit 118271dc authored by Cédric Traizet's avatar Cédric Traizet
Browse files

DOC: added references to alternative for deprecated applications

No related merge requests found
Showing with 4 additions and 3 deletions
+4 -3
...@@ -60,7 +60,7 @@ private: ...@@ -60,7 +60,7 @@ private:
"Input minimum and maximum values is automatically computed for all image bands."); "Input minimum and maximum values is automatically computed for all image bands.");
SetDocLimitations("None"); SetDocLimitations("None");
SetDocAuthors("OTB-Team"); SetDocAuthors("OTB-Team");
SetDocSeeAlso(" "); SetDocSeeAlso("DynamicConvert");
AddDocTag(Tags::Deprecated); AddDocTag(Tags::Deprecated);
AddDocTag(Tags::Manip); AddDocTag(Tags::Manip);
......
...@@ -97,11 +97,12 @@ private: ...@@ -97,11 +97,12 @@ private:
" application is not compatible with in-memory connection since it does" " application is not compatible with in-memory connection since it does"
" its own internal streaming."); " its own internal streaming.");
SetDocAuthors("David Youssefi"); SetDocAuthors("David Youssefi");
SetDocSeeAlso( "[1] Michel, J., Youssefi, D., & Grizonnet, M. (2015). Stable" SetDocSeeAlso( "Alternative: SmallRegionsMerging\n"
"[1] Michel, J., Youssefi, D., & Grizonnet, M. (2015). Stable"
" mean-shift algorithm and its application to the segmentation of" " mean-shift algorithm and its application to the segmentation of"
" arbitrarily large remote sensing images. IEEE Transactions on" " arbitrarily large remote sensing images. IEEE Transactions on"
" Geoscience and Remote Sensing, 53(2), 952-964.\n" " Geoscience and Remote Sensing, 53(2), 952-964.\n"
"[2] LSMSegmentation\n" "[2] LSMSSegmentation\n"
"[3] LSMSVectorization"); "[3] LSMSVectorization");
AddDocTag(Tags::Segmentation); AddDocTag(Tags::Segmentation);
AddDocTag(Tags::Deprecated); AddDocTag(Tags::Deprecated);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment