diff --git a/report/subsections/skeleton.tex b/report/subsections/skeleton.tex index ff5bd07..e70b5de 100644 --- a/report/subsections/skeleton.tex +++ b/report/subsections/skeleton.tex @@ -1,4 +1,4 @@ -\subsection{skeleton} +\subsection{Skeleton} Bastien, our client, is working on the extraction of skeleton from pictures. A skeleton of an object is the elemental structure of it. In this project 2D-skeletons extracted, like in figure \ref{skeletonex}, are defined by a set of vertices and edges. The other group compute with it 2D-skeleton in another format : a set of B-Splines, each of them representing a branch of the skeleton. B-Splines are given by : the degree of the spline, their control points and the nodes vectors.