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
b027938a
Commit
b027938a
authored
13 years ago
by
Julien Malik
Browse files
Options
Downloads
Patches
Plain Diff
DOC
parent
270eb153
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
Code/OBIA/otbStreamingConnectedComponentSegmentationOBIAToVectorDataFilter.h
+10
-7
10 additions, 7 deletions
...ingConnectedComponentSegmentationOBIAToVectorDataFilter.h
with
10 additions
and
7 deletions
Code/OBIA/otbStreamingConnectedComponentSegmentationOBIAToVectorDataFilter.h
+
10
−
7
View file @
b027938a
...
...
@@ -47,8 +47,11 @@ namespace otb {
* OBIA filtering and conversion to VectorData.
* An optional mask can be applied to segment only the pixels inside the mask.
*
* Mathematical expression can be given for the 3 main parameters :
* <li> MaskExpression
* Parameters of the chain are :
* - MaskExpression : mathematical expression to apply on the input image to make a mask
* - ConnectedComponentExpression : mathematical expression which connects two pixels
* - MinimumObjectSize : minimum object size kept after segmentation
* - OBIAExpression : mathematical expression for OBIA filtering
*
* \ingroup Streamed
*/
...
...
@@ -163,11 +166,11 @@ private:
* The parameters of the processing chain must be applied on the internal filter,
* which can be accessed with GetFilter. See PersistentConnectedComponentSegmentationOBIAToVectorDataFilter
*
*
Mathematical expression can be given for
the
3 m
ain
p
ar
ameters
:
* - MaskExpression :
sets the
expression to apply on the input image to make a mask
* - ConnectedComponentExpression :
sets the
expression which connects two pixels
* - MinimumObjectSize :
sets the
minimum object size kept after segmentation
* - OBIAExpression :
sets the expression to apply on the input image to make a mask
*
Parameters of
the
ch
ain ar
e
:
* - MaskExpression :
mathematical
expression to apply on the input image to make a mask
* - ConnectedComponentExpression :
mathematical
expression which connects two pixels
* - MinimumObjectSize : minimum object size kept after segmentation
* - OBIAExpression :
mathematical expression for OBIA filtering
*
* \sa PersistentConnectedComponentSegmentationOBIAToVectorDataFilter
* \sa PersistentFilterStreamingDecorator
...
...
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