Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Commandre Benjamin
OTB
Commits
507dafe0
Commit
507dafe0
authored
May 09, 2019
by
Cédric Traizet
Browse files
STY: run clang format
parent
118271dc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Modules/Applications/AppSegmentation/app/otbLSMSSmallRegionsMerging.cxx
View file @
507dafe0
...
...
@@ -97,13 +97,14 @@ private:
" application is not compatible with in-memory connection since it does"
" its own internal streaming."
);
SetDocAuthors
(
"David Youssefi"
);
SetDocSeeAlso
(
"Alternative: SmallRegionsMerging
\n
"
"[1] Michel, J., Youssefi, D., & Grizonnet, M. (2015). Stable"
" mean-shift algorithm and its application to the segmentation of"
" arbitrarily large remote sensing images. IEEE Transactions on"
" Geoscience and Remote Sensing, 53(2), 952-964.
\n
"
"[2] LSMSSegmentation
\n
"
"[3] LSMSVectorization"
);
SetDocSeeAlso
(
"Alternative: SmallRegionsMerging
\n
"
"[1] Michel, J., Youssefi, D., & Grizonnet, M. (2015). Stable"
" mean-shift algorithm and its application to the segmentation of"
" arbitrarily large remote sensing images. IEEE Transactions on"
" Geoscience and Remote Sensing, 53(2), 952-964.
\n
"
"[2] LSMSSegmentation
\n
"
"[3] LSMSVectorization"
);
AddDocTag
(
Tags
::
Segmentation
);
AddDocTag
(
Tags
::
Deprecated
);
AddDocTag
(
"LSMS"
);
...
...
Modules/Wrappers/ApplicationEngine/include/otbWrapperApplication.h
View file @
507dafe0
...
...
@@ -672,7 +672,7 @@ public:
virtual
std
::
vector
<
std
::
string
>
GetDocTags
()
const
;
void
AddDocTag
(
const
std
::
string
&
);
/** return wether the application has the "deprecated tag or not */
bool
IsDeprecated
();
...
...
Modules/Wrappers/CommandLine/src/otbWrapperCommandLineLauncher.cxx
View file @
507dafe0
...
...
@@ -282,12 +282,12 @@ bool CommandLineLauncher::BeforeExecute()
return
false
;
}
if
(
m_Application
->
IsDeprecated
())
{
m_Application
->
GetLogger
()
->
Warning
(
"This application is deprecated and will be removed in a future OTB release.
\n
"
);
}
if
(
m_Application
->
IsDeprecated
())
{
m_Application
->
GetLogger
()
->
Warning
(
"This application is deprecated and will be removed in a future OTB release.
\n
"
);
}
return
true
;
return
true
;
}
bool
CommandLineLauncher
::
LoadPath
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment