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