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
514f714f
Commit
514f714f
authored
14 years ago
by
Emmanuel Christophe
Browse files
Options
Downloads
Patches
Plain Diff
DOC: fix doxygen
parent
503b3809
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/FeatureExtraction/otbParallelLinePathListFilter.h
+5
-4
5 additions, 4 deletions
Code/FeatureExtraction/otbParallelLinePathListFilter.h
with
5 additions
and
4 deletions
Code/FeatureExtraction/otbParallelLinePathListFilter.h
+
5
−
4
View file @
514f714f
...
@@ -24,21 +24,22 @@
...
@@ -24,21 +24,22 @@
namespace
otb
namespace
otb
{
{
/** \class ParallelLinePathListFilter
/** \class ParallelLinePathListFilter
* \brief
otbParallelLinePathListFilter d
etects parallel lines in imagery
. T
he required input data are a
p
ath
l
ist object.
* \brief
D
etects parallel lines in imagery
, t
he required input data are a
P
ath
L
ist object.
*
*
* The class consists of three basic functions that determine the angle between two lines,
* The class consists of three basic functions that determine the angle between two lines,
* the distance between the lines and the common part of the lines. First, all input lines
* the distance between the lines and the common part of the lines. First, all input lines
* are checked if there is a second line running in the same direction. Thereafter, all line
* are checked if there is a second line running in the same direction. Thereafter, all line
* pairs that already fulfilled the angular criterion are checked whether they are close to
* pairs that already fulfilled the angular criterion are checked whether they are close to
* each other or not, i.e. the orthogonal distance between them is calculated. Finally, it
* each other or not, i.e. the orthogonal distance between them is calculated. Finally, it
* has to be verified if the two lines have a common part since lines may fulfil the two
* has to be verified if the two lines have a common part since lines may fulfil
l
the two
* first criteria but be located in different parts of the image. In order to adapt the
* first criteria but be located in different parts of the image. In order to adapt the
* detection algorithm to the user’s needs, the thresholds AngularThreshold, DistanceThreshold
* detection algorithm to the user’s needs, the thresholds AngularThreshold, DistanceThreshold
* and CommonDistanceThreshold can be set.
* and CommonDistanceThreshold can be set.
*
*
* A possible processing chain would be to extract lines with a line detector, to convert the
* A possible processing chain would be to extract lines with a line detector, to convert the
* result to pathlist objects, to link short line segments with the otbLinkPathListFilter to
* result to PathList object (an ObjectList of PolyLineParametricPath), to link short line
* longer lines and to finally detect all parallel long lines.
* segments with the otbLinkPathListFilter to longer lines and to finally detect all parallel
* long lines.
*
*
* \sa LinkPathListFilter
* \sa LinkPathListFilter
*
*
...
...
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