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
ba56296b
Commit
ba56296b
authored
19 years ago
by
Caroline Ruffel
Browse files
Options
Downloads
Patches
Plain Diff
nomsg
parent
4c2a9603
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/otbLineRatioDetector.h
+11
-10
11 additions, 10 deletions
Code/FeatureExtraction/otbLineRatioDetector.h
with
11 additions
and
10 deletions
Code/FeatureExtraction/otbLineRatioDetector.h
+
11
−
10
View file @
ba56296b
...
...
@@ -29,27 +29,28 @@ namespace otb
/** \class LineRatioDetector
* \brief Application of the filter of detection of linear features
*
* This class implements the detector D1 of Tupin
which
*
calculate the ratio of the averages on 3 zones to detect
*
two parallel lines
.
* This class implements the detector D1 of Tupin
used to detect
*
two parallel lines. This detector is derived from the coupling of two
*
ratio edge detectors (Touzi detector) on both side of a region
.
*
* The size of the zone is defined by the product of the width
* The region is devided in three zones.
* The size of one zone is defined by the product of the width
* of the linear feature by its length.
*
* For each vertical
lin
e, we calculate the intensity of linear feature
* R_{12}(\theta_{0}) between
the
zone 1 and 2 and R_{13}(\theta_{0}) between
* For each vertical
edg
e, we calculate the intensity of linear feature
* R_{12}(\theta_{0}) between zone 1 and 2 and R_{13}(\theta_{0}) between
* zone 1 and 3 according to the principle of the filter of Touzi.
*
* The intensity of
linear feature
in the three other directions R(\theta_{i})
* The intensity of
detection
in the three other directions R(\theta_{i})
* is obtained by rotation of the pixels of each zone around the
* pixel central of the region considered.
T
he pixel location after
* pixel central of the region considered.
By default, t
he pixel location after
* rotation is determined by the Spline interpolator.
*
* Finally, the intensity of
the linear feature
formed by the two parallel lines
* Finally, the intensity of
detection
formed by the two parallel lines
* is determined by:
* \[R = min(R_{12};R_{13}) \]
*
* The exit is an image of intensity of
linear features
.
* The exit is an image of intensity of
detection
.
*
*
*/
...
...
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