Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
ddd17e81
Commit
ddd17e81
authored
Sep 18, 2018
by
Cédric Traizet
Browse files
DOC : Long description should not end with a newline
parent
6ccc60ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Applications/AppSegmentation/app/otbSmallRegionsMerging.cxx
View file @
ddd17e81
...
...
@@ -71,8 +71,8 @@ private:
"Small segments will be processed by increasing size: first all segments"
" for which area is equal to 1 pixel will be merged with adjacent"
" segments, then all segments of area equal to 2 pixels will be processed,"
" until segments of area minsize."
"
\n\n
"
);
" until segments of area minsize."
);
SetDocLimitations
(
"This application is more efficient if the labels are contiguous, starting from 0."
);
SetDocAuthors
(
"OTB-Team"
);
SetDocSeeAlso
(
"Segmentation"
);
...
...
Write
Preview
Supports
Markdown
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