1 \documentclass[french]{spimufcphdthesis}
2 \usepackage[utf8]{inputenc}
5 \usepackage{color, xcolor}
6 \usepackage[ruled,lined,linesnumbered]{algorithm2e}
13 %%--------------------
14 %% Set the title, subtitle, defense date, and
15 %% the registration number of the PhD thesis.
16 %% The optional parameter is the subtitle of the PhD thesis.
17 %% The first mandatory parameter is the title of the PhD thesis.
18 %% The second mandatory parameter is the date of the PhD defense.
19 %% The third mandatory parameter is the reference number given by
20 %% the University Library after the PhD defense.
21 \declarethesis[Sous-titre]{Titre}{17 septembre 2012}{XXX}
23 %%--------------------
24 %% Set the author of the PhD thesis
25 \addauthor[gilles.perrot@univ-fcomte.fr]{Gilles}{Perrot}
27 %%--------------------
28 %% Add a member of the jury
29 %% \addjury{Firstname}{Lastname}{Role in the jury}{Position}
30 \addjury{Incroyable}{Hulk}{Rapporteur}{Professeur à l'Université de Gotham City \\ Commentaire secondaire}
31 \addjury{Super}{Man}{Examinateur}{Professeur à l'Université de Gotham City}
32 \addjury{Bat}{Man}{Directeur de thèse}{Professeur à l'Université de Gotham City}
34 %%--------------------
35 %% Set the laboratory where the thesis was made
36 %\addlaboratory{Laboratoire Waynes Industry}
38 %%--------------------
39 %% Set the English abstract
40 \thesisabstract[english]{This is the abstract in English}
42 %%--------------------
43 %% Set the English keywords. They only appear if
44 %% there is an English abstract
45 \thesiskeywords[english]{Keyword 1, Keyword 2}
47 %% --------------------
48 %% Set the French abstract
49 \thesisabstract[french]{Ceci est le résumé en français}
51 %%--------------------
52 %% Set the French keywords. They only appear if
53 %% there is an French abstract
54 \thesiskeywords[french]{Mot-cl\'e 1, Mot-cl\'e 2}
56 %%--------------------
57 %% Change the speciality of the PhD thesis
58 \Set{speciality}{Informatique}
60 %%--------------------
61 %% Change the institution
62 \Set{universityname}{Universit\'e de Franche-Comt\'e}
64 %%--------------------
65 %% Change the header and the foot of the pages
80 %\declareupmtheorem{rq}{Remarque}{Liste des remarques}
87 % The content of the PhD thesis
90 \chapter{Introduction}
91 \input{Chapters/chapter1/chapter1.tex}
92 \chapter{Les processeurs graphiques (GPU) NVidia\textregistered}
93 \input{Chapters/chapter1b/chapter1b.tex}
94 \chapter{Le traitement des images bruitées}
95 \input{Chapters/chapter2/chapter2.tex}
97 %classes d'algo, outils ( histo, PDF, gauss, speckle, etc..)
98 %\section{L'état de l'art des implémentations GPU}
100 % filtrage : réduction de bruit, convolutions
102 % pattern recognition
103 \chapter{La segmentation par snake polygonal orienté régions}
104 \input{Chapters/chapter3/chapter3.tex}
105 % segmentation, intérêt, domaines
106 % notations, formules
113 \chapter{Le filtrage des images sur GPU}
114 \section{Algorithme de réduction de bruit par recherche des lignes de niveaux}
115 % détails : bruits AWGN, MGN, speckle, images couleur
116 % résultats, conclusion
117 \section{Filtre médian}
118 % bruit SAP, origine, importance
120 \section{Filtres de convolution}
122 % détails : convo NON SEP, convo SEP, discussion Shared mem
123 % résultats, conclusion
124 % intégrer logiciels dans sections
125 \chapter{Conclusion générale}
128 %--------------------
129 % Bibliography, indexes...
130 \bibliographystyle{plain}
131 \bibliography{biblio}