This commit is contained in:
Thomas FORGIONE 2015-03-12 20:58:21 +01:00
parent fdc048bce1
commit 0c4696cae9
5 changed files with 11 additions and 3 deletions

View File

@ -15,6 +15,7 @@
\section{Meshing and animation}
\input{subsections/splines}
\input{subsections/circles}
\input{subsections/extremities}
\input{subsections/junctions}

View File

@ -11,7 +11,7 @@ We will deliver an archive containing:
\item detailed documentation (commented code and a user manual)
\item source code : camera calibration and points matching, delivered on February 6th,
and then casing and animation on March 13th.
\end{itemize}
\end{itemize}
\subsection{Client supplies}
@ -19,9 +19,9 @@ The client engages to supply the following elements :
\begin{itemize}
\item programs performing the skeleton extraction
\item mathematical formulas for skeleton casing
\item scientific articles concerning animation
\item scientific articles concerning animation
\end{itemize}
\subsection{Imposed technical constraints}
Our technical constraints are as follow :
@ -32,4 +32,10 @@ Our technical constraints are as follow :
\item used libraries must be portable between Windows and Linux
\end{itemize}
\newpage
\section{Detailed Pipeline}
\begin{figure}[H]
\centering
\includegraphics[scale=0.56]{img/pipeline.png}
\caption{Detailled pipeline}
\end{figure}

BIN
report/img/pipeline.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB

BIN
report/img/spline.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@ -0,0 +1 @@
Hello