From 2653222b57760069f098e7f7b4508c4756860924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Traizet?= <cedric.traizet@c-s.fr> Date: Wed, 19 Sep 2018 16:58:35 +0200 Subject: [PATCH] REFAC : depreciation of LSMSSmallRegionMerging --- .../AppSegmentation/app/otbLSMSSmallRegionsMerging.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Applications/AppSegmentation/app/otbLSMSSmallRegionsMerging.cxx b/Modules/Applications/AppSegmentation/app/otbLSMSSmallRegionsMerging.cxx index a0ee5f7b50..632e5dcbb3 100644 --- a/Modules/Applications/AppSegmentation/app/otbLSMSSmallRegionsMerging.cxx +++ b/Modules/Applications/AppSegmentation/app/otbLSMSSmallRegionsMerging.cxx @@ -104,6 +104,7 @@ private: "[2] LSMSegmentation\n" "[3] LSMSVectorization"); AddDocTag(Tags::Segmentation); + AddDocTag(Tags::Deprecated); AddDocTag("LSMS"); AddParameter(ParameterType_InputImage, "in", "Input image"); -- GitLab