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
Antoine Belvire
otb
Commits
5a56a39f
Commit
5a56a39f
authored
16 years ago
by
Jordi Inglada
Browse files
Options
Downloads
Patches
Plain Diff
DOC: spell
parent
76351b46
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Code/BasicFilters/otbMeanShiftImageFilter.h
+1
-1
1 addition, 1 deletion
Code/BasicFilters/otbMeanShiftImageFilter.h
Examples/BasicFilters/MeanShiftVectorImageFilterExample.cxx
+2
-0
2 additions, 0 deletions
Examples/BasicFilters/MeanShiftVectorImageFilterExample.cxx
with
3 additions
and
1 deletion
Code/BasicFilters/otbMeanShiftImageFilter.h
+
1
−
1
View file @
5a56a39f
...
...
@@ -67,7 +67,7 @@ namespace otb
* Mean shift can be used for edge-preserving smoothing, or for clustering. The GetOutput() method will allow
* you to get the smoothed image, whereas the
* GetClusteredOuptut() methods returns the clustered output. The GetLabeledClusteredOutput() returns
* a labeled clustered image
s
, and the GetClusterBoundariesOutput()
* a labeled clustered image, and the GetClusterBoundariesOutput()
* an image of the cluster boundaries.
*
* The MinimumRegionSize parameter allows you to prune small clustered regions.
...
...
This diff is collapsed.
Click to expand it.
Examples/BasicFilters/MeanShiftVectorImageFilterExample.cxx
+
2
−
0
View file @
5a56a39f
...
...
@@ -118,3 +118,5 @@ int main(int argc, char * argv[])
return
EXIT_SUCCESS
;
}
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