2019-11-29 15:07:11 +01:00
|
|
|
\documentclass[a4paper,12pt]{article}
|
|
|
|
%\documentclass[a4paper,10pt]{scrartcl}
|
|
|
|
|
|
|
|
\usepackage{xltxtra}
|
|
|
|
\usepackage{fontspec}
|
2019-11-29 15:56:03 +01:00
|
|
|
\usepackage[french]{babel}
|
2019-11-29 15:07:11 +01:00
|
|
|
|
|
|
|
%\setromanfont[Mapping=tex-text]{Linux Libertine O}
|
|
|
|
\setmainfont[Mapping=tex-text]{Cantarell}
|
|
|
|
% \setmonofont[Mapping=tex-text]{DejaVu Sans Mono}
|
|
|
|
|
|
|
|
\title{Rapport ERDI}
|
2019-11-29 15:56:03 +01:00
|
|
|
\author{Cyril Colin \\ Voisin Dylan \\ \\ Université d'Aix-Marseille}
|
|
|
|
\date{\today}
|
2019-11-29 15:07:11 +01:00
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
2019-11-29 15:56:03 +01:00
|
|
|
\includegraphics[width=0.9\linewidth]{Images/amu_logo.png}
|
2019-11-29 15:07:11 +01:00
|
|
|
|
2019-11-29 15:56:03 +01:00
|
|
|
\newpage
|
|
|
|
\tableofcontents
|
|
|
|
|
2019-11-29 16:21:45 +01:00
|
|
|
\section*{Introduction}
|
|
|
|
\input{Parties/intro.tex}
|
|
|
|
|
2019-11-29 15:56:03 +01:00
|
|
|
\section{Shaders}
|
2019-11-29 16:21:45 +01:00
|
|
|
\input{Parties/chap1_intro.tex}
|
2019-11-29 15:56:03 +01:00
|
|
|
\subsection{Intérêts}
|
2019-11-29 16:21:45 +01:00
|
|
|
\input{Parties/chap1_1.tex}
|
2019-11-29 15:56:03 +01:00
|
|
|
\subsection{Exemples}
|
2019-11-29 16:21:45 +01:00
|
|
|
\input{Parties/chap1_2.tex}
|
2019-11-29 15:56:03 +01:00
|
|
|
\subsection{Limitations}
|
2019-11-29 16:21:45 +01:00
|
|
|
\input{Parties/chap1_3.tex}
|
2019-11-29 15:07:11 +01:00
|
|
|
|
|
|
|
\section{Gabor noise}
|
2019-11-29 16:21:45 +01:00
|
|
|
\input{Parties/chap2_intro.tex}
|
2019-11-29 15:56:03 +01:00
|
|
|
\subsection{Intérêts}
|
2019-11-29 16:21:45 +01:00
|
|
|
\input{Parties/chap2_1.tex}
|
2019-11-29 15:56:03 +01:00
|
|
|
\subsection{Limites}
|
2019-11-29 16:21:45 +01:00
|
|
|
\input{Parties/chap2_2.tex}
|
2019-11-29 15:07:11 +01:00
|
|
|
|
|
|
|
\section{Phasor noise}
|
2019-11-29 16:21:45 +01:00
|
|
|
\input{Parties/chap3_intro.tex}
|
2019-11-29 15:56:03 +01:00
|
|
|
\subsection{Différences avec Gabor}
|
2019-11-29 16:21:45 +01:00
|
|
|
\input{Parties/chap3_1.tex}
|
2019-11-29 15:56:03 +01:00
|
|
|
\subsection{Explications et intérêts}
|
2019-11-29 16:21:45 +01:00
|
|
|
\input{Parties/chap3_2.tex}
|
2019-11-29 15:56:03 +01:00
|
|
|
\subsection{Limitations}
|
2019-11-29 16:21:45 +01:00
|
|
|
\input{Parties/chap3_3.tex}
|
|
|
|
|
|
|
|
\section{Conclusion}
|
|
|
|
\input{Parties/conclusion.tex}
|
|
|
|
|
|
|
|
\section{Résumé}
|
|
|
|
\input{Parties/résumé.tex}
|
|
|
|
|
|
|
|
\section{Bibliographie}
|
2019-11-29 15:07:11 +01:00
|
|
|
\end{document}
|