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