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

Private GIT Repository
18 nov 13
[these_gilles.git] / THESE / these.tex
index 289b924ce65508f540fe4884e88c7d54e9cada88..c807ad0a26f142536b0d066d2802a0740276e1c3 100644 (file)
@@ -4,11 +4,45 @@
 \usepackage{graphicx}
 \usepackage{color, xcolor}
 \usepackage[ruled,lined,linesnumbered]{algorithm2e}
 \usepackage{graphicx}
 \usepackage{color, xcolor}
 \usepackage[ruled,lined,linesnumbered]{algorithm2e}
+\usepackage{multirow}
+\usepackage{placeins}
   
 \usepackage{amsmath}
 \usepackage{booktabs}  
 \usepackage{textcomp}
   
 \usepackage{amsmath}
 \usepackage{booktabs}  
 \usepackage{textcomp}
+\usepackage{listings}
+
+\let\OLDlstinputlisting\lstinputlisting
+\renewcommand{\lstinputlisting}[2][]{\FloatBarrier\OLDlstinputlisting[#1]{#2}\FloatBarrier} 
+
+
+\lstset{morekeywords={HALF4,HALF3,float2,float3,float4,half,half2,half3,half4,tex2D,dim3,endif,threadIdx,blockIdx,blockDim,gridDim,Dim3,__host__,__global__,__shared__,float}}
+\lstset{
+  language=C,
+  columns=fixed,
+  basicstyle=\footnotesize\ttfamily,
+  numbers=left,
+  firstnumber=1,
+  numberstyle=\tiny,
+  stepnumber=5,             
+  numbersep=5pt,              
+  tabsize=3,                  
+  extendedchars=true,         
+  breaklines=true,       
+  keywordstyle=\textbf,
+  frame=single,         
+  % keywordstyle=[1]\textbf,   
+  %identifierstyle=\textbf,
+  commentstyle=\color{white}\textbf,
+  stringstyle=\color{white}\ttfamily,
+  % xleftmargin=17pt,
+  % framexleftmargin=17pt,
+  % framexrightmargin=5pt,
+  % framexbottommargin=4pt,
+  backgroundcolor=\color{lightgray},
+  basicstyle=\scriptsize,
+  texcl=true
+  }
 
 %%--------------------
 %% Set the title, subtitle, defense date, and
 
 %%--------------------
 %% Set the title, subtitle, defense date, and
@@ -18,7 +52,7 @@
 %% The second mandatory parameter is the date of the PhD defense.
 %% The third mandatory parameter is the reference number given by
 %% the University Library after the PhD defense.
 %% The second mandatory parameter is the date of the PhD defense.
 %% 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}
+\declarethesis[]{Algorithmes rapides pour le traitement des images bruitées sur GPU}{17 novembre 2013}{XXX}
       
 %%--------------------  
 %% Set the author of the PhD thesis
       
 %%--------------------  
 %% Set the author of the PhD thesis
@@ -33,7 +67,7 @@
    
 %%--------------------
 %% Set the laboratory where the thesis was made
    
 %%--------------------
 %% Set the laboratory where the thesis was made
-%\addlaboratory{Laboratoire Waynes Industry}
+\addlaboratory{Institut FEMTO-ST, département DISC}
   
 %%-------------------- 
 %% Set the English abstract
   
 %%-------------------- 
 %% Set the English abstract
@@ -42,7 +76,7 @@
 %%--------------------   
 %% Set the English keywords. They only appear if
 %% there is an English abstract
 %%--------------------   
 %% Set the English keywords. They only appear if
 %% there is an English abstract
-\thesiskeywords[english]{Keyword 1, Keyword 2}
+\thesiskeywords[english]{GPU, Filtering, Image, Segmentation}
     
 %% --------------------
 %% Set the French abstract
     
 %% --------------------
 %% Set the French abstract
@@ -51,7 +85,7 @@
 %%--------------------
 %% Set the French keywords. They only appear if
 %% there is an French abstract
 %%--------------------
 %% Set the French keywords. They only appear if
 %% there is an French abstract
-\thesiskeywords[french]{Mot-cl\'e 1, Mot-cl\'e 2}
+\thesiskeywords[french]{GPU, Filtrage, Image, Segmentation}
  
 %%--------------------
 %% Change the speciality of the PhD thesis
  
 %%--------------------
 %% Change the speciality of the PhD thesis
 
 
 %\declareupmtheorem{rq}{Remarque}{Liste des remarques}
 
 
 %\declareupmtheorem{rq}{Remarque}{Liste des remarques}
+
+\newcommand{\kl}{\includegraphics[scale=0.7]{kernLeft.png}~}
+\newcommand{\kr}{\includegraphics[scale=0.7]{kernRight.png}}
    
 \begin{document}
     
    
 \begin{document}
     
 % annonce du plan  
 \chapter{Introduction}          
 \input{Chapters/chapter1/chapter1.tex}
 % annonce du plan  
 \chapter{Introduction}          
 \input{Chapters/chapter1/chapter1.tex}
-\chapter{Les processeurs graphiques (GPU) NVidia\textregistered}
+\chapter{Les processeurs graphiques (GPU) NVidia\textregistered}\label{ch-GPU}
 \input{Chapters/chapter1b/chapter1b.tex}
 \chapter{Le traitement des images bruitées} 
 \input{Chapters/chapter2/chapter2.tex}
 \input{Chapters/chapter1b/chapter1b.tex}
 \chapter{Le traitement des images bruitées} 
 \input{Chapters/chapter2/chapter2.tex}
 % pattern recognition 
 \chapter{La segmentation par snake polygonal orienté régions}
 \input{Chapters/chapter3/chapter3.tex}     
 % pattern recognition 
 \chapter{La segmentation par snake polygonal orienté régions}
 \input{Chapters/chapter3/chapter3.tex}     
-% segmentation, intérêt, domaines
-% notations, formules   
-% snake polygonal 
-%                 
-% détails        
-% 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
-% résultats, conclusion 
-\section{Filtre médian}  
-% bruit SAP, origine, importance       
-% détails, résultats
-\section{Filtres de convolution}   
+\part*{Le filtrage des images sur GPU}
+\chapter{Réduction de bruit par recherche des lignes de niveaux}
+\input{Chapters/chapter4/chapter4.tex}
+
+\chapter{Le filtre médian sur GPU} 
+\input{Chapters/chapter5/chapter5.tex}
+
+\chapter{Les filtres de convolution sur GPU}
+\input{Chapters/chapter6/chapter6.tex} 
 % présentation, rôle   
 % détails : convo NON SEP, convo SEP, discussion Shared mem
 % résultats, conclusion  
 % intégrer logiciels dans sections
 \chapter{Conclusion générale}
 % présentation, rôle   
 % détails : convo NON SEP, convo SEP, discussion Shared mem
 % résultats, conclusion  
 % intégrer logiciels dans sections
 \chapter{Conclusion générale}
-% et perspectives 
+ \input{Chapters/chapter7/chapter7.tex}
    
 %--------------------
 % Bibliography, indexes...
    
 %--------------------
 % Bibliography, indexes...