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
d77706fd
Commit
d77706fd
authored
12 years ago
by
OTB Bot
Browse files
Options
Downloads
Patches
Plain Diff
STYLE
parent
f12a4a7d
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/otbMeanShiftSmoothingImageFilter.h
+15
-15
15 additions, 15 deletions
Code/BasicFilters/otbMeanShiftSmoothingImageFilter.h
with
15 additions
and
15 deletions
Code/BasicFilters/otbMeanShiftSmoothingImageFilter.h
+
15
−
15
View file @
d77706fd
...
...
@@ -156,7 +156,7 @@ public:
typedef
typename
TImage
::
InternalPixelType
InternalPixelType
;
itkTypeMacro
(
FastImageRegionConstIterator
,
ImageRegionConstIterator
)
;
;
FastImageRegionConstIterator
()
:
Superclass
()
...
...
@@ -458,8 +458,8 @@ public:
/** Type macro */
itkTypeMacro
(
MeanShiftSmoothingImageFilter
,
ImageToImageFilter
)
;
itkNewMacro
(
Self
)
;
;
itkNewMacro
(
Self
)
;
/** Template parameters typedefs */
...
...
@@ -499,42 +499,42 @@ public:
* of the neighborhood for each pixel
*/
itkSetMacro
(
SpatialBandwidth
,
RealType
)
;
itkGetConstReferenceMacro
(
SpatialBandwidth
,
RealType
)
;
;
itkGetConstReferenceMacro
(
SpatialBandwidth
,
RealType
)
;
/** Sets the spectral bandwidth (or radius for a uniform kernel) for pixels
* to be included in the same mode
*/
itkSetMacro
(
RangeBandwidth
,
RealType
)
;
itkGetConstReferenceMacro
(
RangeBandwidth
,
RealType
)
;
;
itkGetConstReferenceMacro
(
RangeBandwidth
,
RealType
)
;
/** Sets the maximum number of algorithm iterations */
itkGetConstReferenceMacro
(
MaxIterationNumber
,
unsigned
int
)
;
itkSetMacro
(
MaxIterationNumber
,
unsigned
int
)
;
;
itkSetMacro
(
MaxIterationNumber
,
unsigned
int
)
;
/** Sets the threshold value for the mean shift vector's squared norm,
* under which convergence is assumed
*/
itkGetConstReferenceMacro
(
Threshold
,
double
)
;
itkSetMacro
(
Threshold
,
double
)
;
;
itkSetMacro
(
Threshold
,
double
)
;
/** Toggle mode search, which is enabled by default.
* When off, the output label image is not available
* Be careful, with this option, the result will slightly depend on thread number.
*/
itkSetMacro
(
ModeSearch
,
bool
)
;
itkGetConstReferenceMacro
(
ModeSearch
,
bool
)
;
;
itkGetConstReferenceMacro
(
ModeSearch
,
bool
)
;
#if 0
/** Toggle bucket optimization, which is disabled by default.
*/
itkSetMacro(BucketOptimization, bool)
;itkGetConstReferenceMacro(BucketOptimization, bool)
;
;
itkGetConstReferenceMacro(BucketOptimization, bool)
;
#endif
/** Returns the const spatial image output,spatial image output is a displacement map (pixel position after convergence minus pixel index) */
...
...
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