Skip to content
Snippets Groups Projects
Unverified Commit 703d3c00 authored by Kerautret Bertrand's avatar Kerautret Bertrand :thinking:
Browse files

relecture/prop section 2

parent 1cd69eed
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ $\mathcal{L}$ of arithmetical width $w(\mathcal{L}) = \varepsilon$. ...@@ -29,7 +29,7 @@ $\mathcal{L}$ of arithmetical width $w(\mathcal{L}) = \varepsilon$.
\end{definition} \end{definition}
A linear-time algorithm to recognize a blurred segment of assigned width A linear-time algorithm to recognize a blurred segment of assigned width
$\varepsilon$ \cite{DebledAl05} is used in the work. $\varepsilon$ \cite{DebledAl05} is used in this work.
It is based on an incremental growth of the convex hull of the blurred It is based on an incremental growth of the convex hull of the blurred
segment when adding each point $P_i$ successively. segment when adding each point $P_i$ successively.
The minimal width $\mu$ of the blurred segment $\mathcal{B}$ is the The minimal width $\mu$ of the blurred segment $\mathcal{B}$ is the
...@@ -56,7 +56,7 @@ and $\mathcal{B}_i = \mathcal{B}_{i-1}$.} ...@@ -56,7 +56,7 @@ and $\mathcal{B}_i = \mathcal{B}_{i-1}$.}
\end{figure} \end{figure}
Associated to this primitive, the following definition of a directional scan Associated to this primitive, the following definition of a directional scan
based on digital straight lines is used in this work. is an important point the proposed method.
\subsection{Directional scan} \subsection{Directional scan}
...@@ -163,6 +163,6 @@ $\mathcal{N}_i^{C,\vec{D},w}$: ...@@ -163,6 +163,6 @@ $\mathcal{N}_i^{C,\vec{D},w}$:
\mathcal{D}^{C,\vec{D},w} \mathcal{D}^{C,\vec{D},w}
= \mathcal{L}(Y_D,~ -X_D,~ c_3 - w / 2,~ w) \\ = \mathcal{L}(Y_D,~ -X_D,~ c_3 - w / 2,~ w) \\
\mathcal{N}_i^{C,\vec{D},w} = \mathcal{L}(X_D,~ Y_D,~ \mathcal{N}_i^{C,\vec{D},w} = \mathcal{L}(X_D,~ Y_D,~
c_4 - w / 2 + i\cdot w,~ \nu_{\vec{D}} c_4 - w / 2 + i\cdot w,~ \nu_{\vec{D}})
\end{array} \right. \end{array} \right.
\end{equation} \end{equation}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment