Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
2019 FBSD
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Kerautret Bertrand
2019 FBSD
Commits
b58694e6
Commit
b58694e6
authored
6 years ago
by
even
Browse files
Options
Downloads
Patches
Plain Diff
Article: typos and style correction
parent
2d1ca18d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Article/conclusion.tex
+4
-4
4 additions, 4 deletions
Article/conclusion.tex
Article/intro.tex
+14
-12
14 additions, 12 deletions
Article/intro.tex
with
18 additions
and
16 deletions
Article/conclusion.tex
+
4
−
4
View file @
b58694e6
...
...
@@ -2,7 +2,7 @@
\label
{
sec:conclusion
}
In t
his paper
we
introduced a new edge detector based on a local analysis of
T
his paper introduced a new edge detector based on a local analysis of
the image gradient and on the use of blurred segments to vehiculate an
estimation of the edge thickness.
It relies on directional scans of the image around maximal values of the
...
...
@@ -15,10 +15,10 @@ is biased.
Then the scan direction is derived from a bounded blurred segment, that
inevitably restricts its value to a finite set, so that long edges may be
not completely detected.
We solved t
hese limitations
through
two new concepts:
first the
adaptive directional scans continuously
that
adjust the scan strip
T
hese limitations
were solved through the integration of
two new concepts:
adaptive directional scans
that
continuously adjust the scan strip
to the detected blurred segment direction;
then
the control of the assigned width based on the observation of the
the control of the assigned width based on the observation of the
blurred segment thickenning in the early stage of its expansion.
Expected gains in execution time linked to the suppression of a useless
...
...
This diff is collapsed.
Click to expand it.
Article/intro.tex
+
14
−
12
View file @
b58694e6
...
...
@@ -23,16 +23,16 @@ from the real world by the mean of a width parameter.
Efficient algorithms were designed to recognize these digital objects in
binary images.
Our
work aims at designing a flexible tool to detect blurred segments
The present
work aims at designing a flexible tool to detect blurred segments
with optimal width and orientation in gray-level images for as well
supervised as unsupervised contexts.
We seek for u
ser-friendly solutions with ideally no parameter to set,
U
ser-friendly solutions
are sought,
with ideally no parameter to set,
or at least quite few values with intuitive meaning to an end user.
\subsection
{
Previous work
}
In a former paper
\cite
{
KerautretEven09
}
,
we already introduced an efficien
t
tool to detect
blurred segments of fixed width in gray-level images
.
In a former paper
\cite
{
KerautretEven09
}
,
an efficient tool to detec
t
blurred segments of fixed width in gray-level images
was already introduced.
It is based on a first rough detection in a local area
of the image either defined by the user in supervised context or blindly
explored in automatic mode. The goal is to disclose the presence of an edge.
...
...
@@ -46,7 +46,7 @@ untill a correct candidate with an acceptable gradient orientation is found.
Only the gradient information is processed as it provides a good information
on the image dynamics, and hence the presence of edges.
Trials to also use the intensity signal were made though costly correlation
Trials to also use the intensity signal were made th
r
ough costly correlation
techniques, but they were mostly successful for detecting objects with
stable appearance such as metallic pipes
\cite
{
AubryAl17
}
.
...
...
@@ -56,16 +56,18 @@ First, the blurred segment width is not measured, but initially set by the
user to meet the application requirements, so that no quality information
can be derived from the computed segment.
Moreover, the blurred segment hull is left free to shift sidewards, or worst,
to rotate around a thin edge in the image,
so that
the produced orientation
to rotate around a thin edge in the image,
and
the produced orientation
value can be largely biased.
Then, two refinement steps are systematically run to cope with most of the
tested data, although this is useless when the first detection is successfull.
Beyond, there is no guarantee that this could treat all kinds of data.
The search direction is fixed by the detected direction at the former step,
and there is necessarily a limit on this direction accuracy - at least
linked to the restricted directions encoded in a limited grid - so that
other steps would have been necessary to deal with high resolution images.
The search direction is fixed by the support vector of the blurred segment
detected at the former step, and because the set of vectors in a bounded
discrete space is finite, there is necessarily a limit on this direction
accuracy.
It results that more steps would be necessary to process higher resolution
images.
\subsection
{
Main contritions
}
...
...
@@ -76,8 +78,8 @@ to the unpredictable orientation problem;
the control of the assigned width to the blurred segment recognition algorithm,
intended to derive more reliable information on the edge orientation and
quality.
As a side effect, th
is
two major evolutions led to a noticeable
improvement
of the execution time
.
As a side effect, th
ese
two major evolutions
also
led to a noticeable
improvement of the time performance of the detector
.
In the next section, the main theoretical notions this work relies on are
introduced, with a specific focus on the new concept of adaptive directional
...
...
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