Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main Repositories
otb
Commits
214283b4
Commit
214283b4
authored
7 years ago
by
Guillaume Pasero
Browse files
Options
Downloads
Patches
Plain Diff
DOC: add a description of the all-in-one LSMS application
parent
e22e6521
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/Cookbook/rst/recipes/improc.rst
+29
-1
29 additions, 1 deletion
Documentation/Cookbook/rst/recipes/improc.rst
with
29 additions
and
1 deletion
Documentation/Cookbook/rst/recipes/improc.rst
+
29
−
1
View file @
214283b4
...
...
@@ -124,7 +124,6 @@ segmentation of very large image with theoretical guarantees of getting
identical results to those without tiling.
It has been developed by David Youssefi and Julien Michel during David
internship at CNES.
For more a complete description of the LSMS method, please refer to the
...
...
@@ -262,6 +261,35 @@ set the tile size using the *tilesizex* and *tilesizey* parameters.
However unlike the *LSMSSegmentation* application, it does not require
to write any temporary file to disk.
All-in-one
~~~~~~~~~~
The *LargeScaleMeanShift* application is a composite application that chains
all the previous steps:
- Mean-Shift Smoothing
- Segmentation
- Small region merging
- Vectorization
Most of the settings from the previous applications are also exposed in this
composite application. The range and spatial radius used for the segmentation
step are half the values used for Mean-Shift smooting, which are obtained from
LargeScaleMeanShift parameters. There are two output modes: vector (default)
and raster. When the raster output is chosen, last step (vectorization) is
skipped.
::
otbcli_LargeScaleMeanShift -in input_image.tif
-spatialr 5
-ranger 30
-minsize 10
-mode.vector.out segmentation_merged.shp
There is a cleanup option that can be disabled in order to check intermediate
outputs of this composite application.
Dempster Shafer based Classifier Fusion
---------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment