1 \documentclass[french]{spimufcphdthesis}
2 \usepackage[utf8]{inputenc}
5 \usepackage{color, xcolor}
6 \usepackage[ruled,lined,linesnumbered]{algorithm2e}
15 \let\OLDlstinputlisting\lstinputlisting
16 \renewcommand{\lstinputlisting}[2][]{\FloatBarrier\OLDlstinputlisting[#1]{#2}\FloatBarrier}
19 \lstset{morekeywords={HALF4,HALF3,float2,float3,float4,half,half2,half3,half4,tex2D,dim3,endif,threadIdx,blockIdx,blockDim,gridDim,Dim3,__host__,__global__,__shared__,float}}
23 basicstyle=\footnotesize\ttfamily,
34 % keywordstyle=[1]\textbf,
35 %identifierstyle=\textbf,
36 commentstyle=\color{white}\textbf,
37 stringstyle=\color{white}\ttfamily,
39 % framexleftmargin=17pt,
40 % framexrightmargin=5pt,
41 % framexbottommargin=4pt,
42 backgroundcolor=\color{lightgray},
43 basicstyle=\scriptsize,
47 %%--------------------
48 %% Set the title, subtitle, defense date, and
49 %% the registration number of the PhD thesis.
50 %% The optional parameter is the subtitle of the PhD thesis.
51 %% The first mandatory parameter is the title of the PhD thesis.
52 %% The second mandatory parameter is the date of the PhD defense.
53 %% The third mandatory parameter is the reference number given by
54 %% the University Library after the PhD defense.
55 \declarethesis[]{Algorithmes rapides pour le traitement des images bruitées sur GPU}{17 novembre 2013}{XXX}
57 %%--------------------
58 %% Set the author of the PhD thesis
59 \addauthor[gilles.perrot@univ-fcomte.fr]{Gilles}{Perrot}
61 %%--------------------
62 %% Add a member of the jury
63 %% \addjury{Firstname}{Lastname}{Role in the jury}{Position}
64 \addjury{Incroyable}{Hulk}{Rapporteur}{Professeur à l'Université de Gotham City \\ Commentaire secondaire}
65 \addjury{Super}{Man}{Examinateur}{Professeur à l'Université de Gotham City}
66 \addjury{Bat}{Man}{Directeur de thèse}{Professeur à l'Université de Gotham City}
68 %%--------------------
69 %% Set the laboratory where the thesis was made
70 \addlaboratory{Institut FEMTO-ST, département DISC}
72 %%--------------------
73 %% Set the English abstract
74 \thesisabstract[english]{This is the abstract in English}
76 %%--------------------
77 %% Set the English keywords. They only appear if
78 %% there is an English abstract
79 \thesiskeywords[english]{GPU, Filtering, Image, Segmentation}
81 %% --------------------
82 %% Set the French abstract
83 \thesisabstract[french]{Ceci est le résumé en français}
85 %%--------------------
86 %% Set the French keywords. They only appear if
87 %% there is an French abstract
88 \thesiskeywords[french]{GPU, Filtrage, Image, Segmentation}
90 %%--------------------
91 %% Change the speciality of the PhD thesis
92 \Set{speciality}{Informatique}
94 %%--------------------
95 %% Change the institution
96 \Set{universityname}{Universit\'e de Franche-Comt\'e}
98 %%--------------------
99 %% Change the header and the foot of the pages
114 %\declareupmtheorem{rq}{Remarque}{Liste des remarques}
117 \newcommand{\kl}{\includegraphics[scale=0.7]{kernLeft.png}~}
118 \newcommand{\kr}{\includegraphics[scale=0.7]{kernRight.png}}
120 \def\indentit{\mbox{l\hspace{-0.55em}1}}
127 %--------------------
128 % The content of the PhD thesis
131 \chapter{Introduction}
132 \input{Chapters/chapter1/chapter1.tex}
133 \chapter{Les processeurs graphiques (GPU) NVidia\textregistered}\label{ch-GPU}
134 \input{Chapters/chapter1b/chapter1b.tex}
135 \chapter{Le traitement des images bruitées}
136 \input{Chapters/chapter2/chapter2.tex}
138 %classes d'algo, outils ( histo, PDF, gauss, speckle, etc..)
139 %\section{L'état de l'art des implémentations GPU}
141 % filtrage : réduction de bruit, convolutions
143 % pattern recognition
144 \chapter{La segmentation par snake polygonal orienté régions}
145 \input{Chapters/chapter3/chapter3.tex}
147 \part*{Le filtrage des images sur GPU}
148 \chapter{Réduction de bruit par recherche des lignes de niveaux}
149 \input{Chapters/chapter4/chapter4.tex}
151 \chapter{Le filtre médian sur GPU}\label{ch-median}
152 \input{Chapters/chapter5/chapter5.tex}
154 \chapter{Les filtres de convolution sur GPU}
155 \input{Chapters/chapter6/chapter6.tex}
157 % détails : convo NON SEP, convo SEP, discussion Shared mem
158 % résultats, conclusion
159 % intégrer logiciels dans sections
160 \chapter{Conclusion générale}
161 \input{Chapters/chapter7/chapter7.tex}
163 %--------------------
164 % Bibliography, indexes...
165 \bibliographystyle{plain}
166 \bibliography{biblio}