]> AND Private Git Repository - these_gilles.git/blobdiff - THESE/these.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
19 sept
[these_gilles.git] / THESE / these.tex
index c93980ed73339a050dc8bc12d7d9866bf6256e9c..a2a17e3200487092f469073ba99faa528229cd97 100644 (file)
@@ -1,10 +1,10 @@
 \documentclass[french]{spimufcphdthesis}
 \usepackage[utf8]{inputenc}
 \documentclass[french]{spimufcphdthesis}
 \usepackage[utf8]{inputenc}
-  
+          
 \usepackage{graphicx}
 \usepackage{color, xcolor}
 \usepackage[ruled,lined,linesnumbered]{algorithm2e}
 \usepackage{graphicx}
 \usepackage{color, xcolor}
 \usepackage[ruled,lined,linesnumbered]{algorithm2e}
-
+   
 %%--------------------
 %% Set the title, subtitle, defense date, and
 %% the registration number of the PhD thesis.
 %%--------------------
 %% Set the title, subtitle, defense date, and
 %% the registration number of the PhD thesis.
 %% The third mandatory parameter is the reference number given by
 %% the University Library after the PhD defense.
 \declarethesis[Sous-titre]{Titre}{17 septembre 2012}{XXX}
 %% The third mandatory parameter is the reference number given by
 %% the University Library after the PhD defense.
 \declarethesis[Sous-titre]{Titre}{17 septembre 2012}{XXX}
+   
 %%--------------------
 %% Set the author of the PhD thesis
 \addauthor[gilles.perrot@univ-fcomte.fr]{Gilles}{Perrot}
 %%--------------------
 %% Set the author of the PhD thesis
 \addauthor[gilles.perrot@univ-fcomte.fr]{Gilles}{Perrot}
+    
 %%--------------------
 %% Add a member of the jury
 %% \addjury{Firstname}{Lastname}{Role in the jury}{Position}
 %%--------------------
 %% Add a member of the jury
 %% \addjury{Firstname}{Lastname}{Role in the jury}{Position}
 %%--------------------
 %% Set the laboratory where the thesis was made
 %\addlaboratory{Laboratoire Waynes Industry}
 %%--------------------
 %% Set the laboratory where the thesis was made
 %\addlaboratory{Laboratoire Waynes Industry}
-%%--------------------
+  
+%%-------------------- 
 %% Set the English abstract
 \thesisabstract[english]{This is the abstract in English}
 %% Set the English abstract
 \thesisabstract[english]{This is the abstract in English}
-%%--------------------
+      
+%%--------------------   
 %% Set the English keywords. They only appear if
 %% there is an English abstract
 \thesiskeywords[english]{Keyword 1, Keyword 2}
 %% Set the English keywords. They only appear if
 %% there is an English abstract
 \thesiskeywords[english]{Keyword 1, Keyword 2}
 %% Left footer
 %\lfoot{}
 %% Center footer
 %% Left footer
 %\lfoot{}
 %% Center footer
-%\cfoot{}
+%\cfoot{} 
 %% Right footer
 %\rfoot{}
  
 \begin{document}
 %% Right footer
 %\rfoot{}
  
 \begin{document}
+    
 \tableofcontents
 \tableofcontents
-                             
-%--------------------
+                                                                   
+%-------------------- 
 % The content of the PhD thesis
 % The content of the PhD thesis
-% objectifs, cadre
-% annonce du plan
-\chapter{Introduction}
+% objectifs, cadre  
+% annonce du plan  
+\chapter{Introduction}          
 \input{Chapters/chapter1/chapter1.tex}
 \input{Chapters/chapter1/chapter1.tex}
-\chapter{Le traitement des images bruitées}
+\chapter{Le traitement des images bruitées}   
 \input{Chapters/chapter2/chapter2.tex}
 % généraliéts
 %classes d'algo, outils ( histo, PDF, gauss, speckle, etc..)
 \input{Chapters/chapter2/chapter2.tex}
 % généraliéts
 %classes d'algo, outils ( histo, PDF, gauss, speckle, etc..)
-\section{L'état de l'art des implémentations GPU}
+%\section{L'état de l'art des implémentations GPU}
 % segmentation
 % segmentation
-% filtrage : réduction de bruit, convolutions
-% tracking
+% filtrage : réduction de bruit, convolutions 
+% tracking         
 % pattern recognition
 \chapter{La segmentation orientée régions dans les images bruitées}
 % pattern recognition
 \chapter{La segmentation orientée régions dans les images bruitées}
-\section{Présentation - existant}
+\section{Présentation - existant}  
 % segmentation, intérêt, domaines
 % notations, formules 
 % snake polygonal
 \section{La parallèlisation du snake polygonal}
 % segmentation, intérêt, domaines
 % notations, formules 
 % snake polygonal
 \section{La parallèlisation du snake polygonal}
-% détails
+% détails  
 % résultats, images
 % --> multitarget
 % résultats, images
 % --> multitarget
-
 \chapter{Le filtrage des images sur GPU}
 \section{Algorithme de réduction de bruit par recherche des lignes de niveaux}
 % détails : bruits AWGN, MGN, speckle, images couleur
 \chapter{Le filtrage des images sur GPU}
 \section{Algorithme de réduction de bruit par recherche des lignes de niveaux}
 % détails : bruits AWGN, MGN, speckle, images couleur
-% résultats, conclusion
-\section{Filtre médian}
-% bruit SAP, origine, importance
+% résultats, conclusion 
+\section{Filtre médian}  
+% bruit SAP, origine, importance       
 % détails, résultats
 % détails, résultats
-\section{Filtres de convolution}
-% présentation, rôle
+\section{Filtres de convolution}   
+% présentation, rôle   
 % détails : convo NON SEP, convo SEP, discussion Shared mem
 % détails : convo NON SEP, convo SEP, discussion Shared mem
-% résultats, conclusion
+% résultats, conclusion  
 % intégrer logiciels dans sections
 \chapter{Conclusion générale}
 % intégrer logiciels dans sections
 \chapter{Conclusion générale}
-% et perspectives
-
+% et perspectives 
  
 %--------------------
 % Bibliography, indexes...
  
 %--------------------
 % Bibliography, indexes...
-\bibliography{biblio.bib}
+\bibliographystyle{plain}
+\bibliography{biblio}
 \listoffigures
 \listoftables
 \listoffigures
 \listoftables
+  
 \appendix
  
 \end{document}
\ No newline at end of file
 \appendix
  
 \end{document}
\ No newline at end of file