1 \documentclass[french]{spimufcphdthesis}
2 \usepackage[utf8]{inputenc}
5 %% Set the title, subtitle, defense date, and
6 %% the registration number of the PhD thesis.
7 %% The optional parameter is the subtitle of the PhD thesis.
8 %% The first mandatory parameter is the title of the PhD thesis.
9 %% The second mandatory parameter is the date of the PhD defense.
10 %% The third mandatory parameter is the reference number given by
11 %% the University Library after the PhD defense.
12 \declarethesis[Sous-titre]{Titre}{17 septembre 2012}{XXX}
14 %%--------------------
15 %% Set the author of the PhD thesis
16 \addauthor[gilles.perrot@univ-fcomte.fr]{Gilles}{Perrot}
18 %%--------------------
19 %% Add a member of the jury
20 %% \addjury{Firstname}{Lastname}{Role in the jury}{Position}
21 \addjury{Incroyable}{Hulk}{Rapporteur}{Professeur à l'Université de Gotham City \\ Commentaire secondaire}
22 \addjury{Super}{Man}{Examinateur}{Professeur à l'Université de Gotham City}
23 \addjury{Bat}{Man}{Directeur de thèse}{Professeur à l'Université de Gotham City}
25 %%--------------------
26 %% Set the laboratory where the thesis was made
27 %\addlaboratory{Laboratoire Waynes Industry}
29 %%--------------------
30 %% Set the English abstract
31 \thesisabstract[english]{This is the abstract in English}
33 %%--------------------
34 %% Set the English keywords. They only appear if
35 %% there is an English abstract
36 \thesiskeywords[english]{Keyword 1, Keyword 2}
38 %%--------------------
39 %% Set the French abstract
40 \thesisabstract[french]{Ceci est le résumé en français}
42 %%--------------------
43 %% Set the French keywords. They only appear if
44 %% there is an French abstract
45 \thesiskeywords[french]{Mot-cl\'e 1, Mot-cl\'e 2}
47 %%--------------------
48 %% Change the speciality of the PhD thesis
49 \Set{speciality}{Informatique}
51 %%--------------------
52 %% Change the institution
53 \Set{universityname}{Universit\'e de Franche-Comt\'e}
55 %%--------------------
56 %% Change the header and the foot of the pages
75 % The content of the PhD thesis
78 \chapter{Introduction}
79 \input{Chapters/chapter1/chapter1.tex}
80 \chapter{Le traitement des images bruitées}
81 \input{Chapters/chapter2/chapter2.tex}
83 %classes d'algo, outils ( histo, PDF, gauss, speckle, etc..)
84 \section{L'état de l'art des implémentations GPU}
86 % filtrage : réduction de bruit, convolutions
89 \chapter{La segmentation orientée régions dans les images bruitées}
90 \section{Présentation - existant}
91 % segmentation, intérêt, domaines
94 \section{La parallèlisation du snake polygonal}
99 \chapter{Le filtrage des images sur GPU}
100 \section{Algorithme de réduction de bruit par recherche des lignes de niveaux}
101 % détails : bruits AWGN, MGN, speckle, images couleur
102 % résultats, conclusion
103 \section{Filtre médian}
104 % bruit SAP, origine, importance
106 \section{Filtres de convolution}
108 % détails : convo NON SEP, convo SEP, discussion Shared mem
109 % résultats, conclusion
110 % intégrer logiciels dans sections
111 \chapter{Conclusion générale}
117 %--------------------
118 % Bibliography, indexes...
120 \bibliography{biblio.bib}