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
2107a303
Commit
2107a303
authored
12 years ago
by
Julien Michel
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Adding proper class documentation
parent
1ba702d0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/Segmentation/otbMorphologicalProfilesSegmentationFilter.h
+20
-2
20 additions, 2 deletions
...Segmentation/otbMorphologicalProfilesSegmentationFilter.h
with
20 additions
and
2 deletions
Code/Segmentation/otbMorphologicalProfilesSegmentationFilter.h
+
20
−
2
View file @
2107a303
...
...
@@ -30,10 +30,28 @@
namespace
otb
{
/** \class MorphologicalProfilesSegmentationFilter
*
*
\brief This class implements segmentation by morphological profiles
*
* This filter implements segmentation based on the morphological
* profiles, based on this work:
* \par
* Martino Pesaresi and Jon Alti Benediktsson, Member, IEEE:
* A new approach for the morphological segmentation of high resolution
* satellite imagery. IEEE Transactions on geoscience and remote sensing, vol. 39,
* NO. 2, February 2001, p. 309-320.
* \par
*
* This filter is composite and creates the full pipeline to
* implement the method. the
* otb::MultiScaleConvexOrConcaveClassificationFilter is wired to an
* itk::ScalarConnectedComponentImageFilter so as to get a labeled
* raster output.
* \sa otb::MorphologicalOpeningProfileFilter
* \sa otb::MorphologicalClosingProfileFilter
* \sa otb::ProfileToProfileDerivativeFilter
* \sa otb::ProfileDerivativeToMultiScaleCharacteristicsFilter
* \sa otb::MultiScaleConvexOrConcaveClassificationFilter
*/
template
<
class
TInputImage
,
class
TOuputImage
,
class
TInternalPrecision
=
float
,
class
TStructuringElement
=
itk
::
BinaryBallStructuringElement
<
typename
TInputImage
::
PixelType
,
TInputImage
::
ImageDimension
>
>
class
ITK_EXPORT
MorphologicalProfilesSegmentationFilter
:
public
itk
::
ImageToImageFilter
<
TInputImage
,
TOuputImage
>
...
...
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