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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
David Youssefi
otb
Commits
08566e99
Commit
08566e99
authored
12 years ago
by
Jonathan Guinet
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Doxygen update.
parent
20bd4e90
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/BasicFilters/otbMeanShiftImageFilter2.h
+6
-7
6 additions, 7 deletions
Code/BasicFilters/otbMeanShiftImageFilter2.h
with
6 additions
and
7 deletions
Code/BasicFilters/otbMeanShiftImageFilter2.h
+
6
−
7
View file @
08566e99
...
...
@@ -223,19 +223,18 @@ public:
itkSetMacro
(
ModeSearchOptimization
,
bool
);
itkGetConstMacro
(
ModeSearchOptimization
,
bool
);
/** Returns the const spatial image output */
/** Returns the const spatial image output
,spatial image output is a displacement map (pixel position after convergence minus pixel index)
*/
const
OutputSpatialImageType
*
GetSpatialOutput
()
const
;
/** Returns the spectral image output */
/** Returns the
const
spectral image output */
const
OutputImageType
*
GetRangeOutput
()
const
;
/** Returns the mean shift vector computed at the last iteration for each pixel */
/** Returns the
const
mean shift vector computed at the last iteration for each pixel */
const
OutputMetricImageType
*
GetMetricOutput
()
const
;
/** Returns the number of iterations
done at each pixel
*/
/** Returns the
const
number of iterations
map.
*/
const
OutputIterationImageType
*
GetIterationOutput
()
const
;
/** Returns the image of region labels */
/** Returns the
const
image of region labels */
const
OutputLabelImageType
*
GetLabelOutput
()
const
;
/** Returns the const spatial image output */
/** Returns the spatial image output,spatial image output is a displacement map (pixel position after convergence minus pixel index) */
OutputSpatialImageType
*
GetSpatialOutput
();
/** Returns the spectral image output */
OutputImageType
*
GetRangeOutput
();
...
...
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