Commit 7777df65 authored by Julien Michel's avatar Julien Michel
Browse files

LSMS integration (moving LSMSMerging app to LSMSSmallRegionsMerging)

No related merge requests found
Showing with 6 additions and 6 deletions
+6 -6
...@@ -19,8 +19,8 @@ OTB_CREATE_APPLICATION(NAME LSMSSegmentation ...@@ -19,8 +19,8 @@ OTB_CREATE_APPLICATION(NAME LSMSSegmentation
SOURCES otbLSMSSegmentation.cxx SOURCES otbLSMSSegmentation.cxx
LINK_LIBRARIES OTBBasicFilters;OTBOBIA;OTBOGRAdapters) LINK_LIBRARIES OTBBasicFilters;OTBOBIA;OTBOGRAdapters)
OTB_CREATE_APPLICATION(NAME LSMSMerging OTB_CREATE_APPLICATION(NAME LSMSSmallRegionsMerging
SOURCES otbLSMSMerging.cxx SOURCES otbLSMSSmallRegionsMerging.cxx
LINK_LIBRARIES OTBBasicFilters;OTBOBIA;OTBOGRAdapters) LINK_LIBRARIES OTBBasicFilters;OTBOBIA;OTBOGRAdapters)
OTB_CREATE_APPLICATION(NAME LSMSVectorization OTB_CREATE_APPLICATION(NAME LSMSVectorization
......
...@@ -43,10 +43,10 @@ namespace otb ...@@ -43,10 +43,10 @@ namespace otb
{ {
namespace Wrapper namespace Wrapper
{ {
class LSMSMerging : public Application class LSMSSmallRegionsMerging : public Application
{ {
public: public:
typedef LSMSMerging Self; typedef LSMSSmallRegionsMerging Self;
typedef Application Superclass; typedef Application Superclass;
typedef itk::SmartPointer<Self> Pointer; typedef itk::SmartPointer<Self> Pointer;
typedef itk::SmartPointer<const Self> ConstPointer; typedef itk::SmartPointer<const Self> ConstPointer;
...@@ -80,7 +80,7 @@ private: ...@@ -80,7 +80,7 @@ private:
void DoInit() void DoInit()
{ {
SetName("LSMSSmallRegionMerging"); SetName("LSMSSmallRegionsMerging");
SetDescription("Third (optional) step of the exact Large-Scale Mean-Shift segmentation workflow."); SetDescription("Third (optional) step of the exact Large-Scale Mean-Shift segmentation workflow.");
SetDocName("Exact Large-Scale Mean-Shift segmentation, step 3 (optional)"); SetDocName("Exact Large-Scale Mean-Shift segmentation, step 3 (optional)");
...@@ -427,6 +427,6 @@ private: ...@@ -427,6 +427,6 @@ private:
} }
} }
OTB_APPLICATION_EXPORT(otb::Wrapper::LSMSMerging) OTB_APPLICATION_EXPORT(otb::Wrapper::LSMSSmallRegionsMerging)
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