]> AND Private Git Repository - these_gilles.git/blob - paper_lniv_gpu/MV.tex~
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
relecture vlad de 0 a 70
[these_gilles.git] / paper_lniv_gpu / MV.tex~
1
2 %% bare_conf.tex
3 %% V1.3
4 %% 2007/01/11
5 %% by Michael Shell
6 %% See:
7 %% http://www.michaelshell.org/
8 %% for current contact information.
9 %%
10 %% This is a skeleton file demonstrating the use of IEEEtran.cls
11 %% (requires IEEEtran.cls version 1.7 or later) with an IEEE conference paper.
12 %%
13 %% Support sites:
14 %% http://www.michaelshell.org/tex/ieeetran/
15 %% http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/
16 %% and
17 %% http://www.ieee.org/
18
19 %%*************************************************************************
20 %% Legal Notice:
21 %% This code is offered as-is without any warranty either expressed or
22 %% implied; without even the implied warranty of MERCHANTABILITY or
23 %% FITNESS FOR A PARTICULAR PURPOSE! 
24 %% User assumes all risk.
25 %% In no event shall IEEE or any contributor to this code be liable for
26 %% any damages or losses, including, but not limited to, incidental,
27 %% consequential, or any other damages, resulting from the use or misuse
28 %% of any information contained here.
29 %%
30 %% All comments are the opinions of their respective authors and are not
31 %% necessarily endorsed by the IEEE.
32 %%
33 %% This work is distributed under the LaTeX Project Public License (LPPL)
34 %% ( http://www.latex-project.org/ ) version 1.3, and may be freely used,
35 %% distributed and modified. A copy of the LPPL, version 1.3, is included
36 %% in the base LaTeX documentation of all distributions of LaTeX released
37 %% 2003/12/01 or later.
38
39
40 %% Retain all contribution notices and credits.
41 %% ** Modified files should be clearly indicated as such, including  **
42 %% ** renaming them and changing author support contact information. **
43 %%
44 %% File list of work: IEEEtran.cls, IEEEtran_HOWTO.pdf, bare_adv.tex,
45 %%                    bare_conf.tex, bare_jrnl.tex, bare_jrnl_compsoc.tex
46 %%*************************************************************************
47
48 % *** Authors should verify (and, if needed, correct) their LaTeX system  ***
49 % *** with the testflow diagnostic prior to trusting their LaTeX platform ***
50 % *** with production work. IEEE's font choices can trigger bugs that do  ***
51 % *** not appear when using other class files.                            ***
52 % The testflow support page is at:
53 % http://www.michaelshell.org/tex/testflow/
54
55
56
57 % Note that the a4paper option is mainly intended so that authors in
58 % countries using A4 can easily print to A4 and see how their papers will
59 % look in print - the typesetting of the document will not typically be
60 % affected with changes in paper size (but the bottom and side margins will).
61 % Use the testflow package mentioned above to verify correct handling of
62 % both paper sizes by the user's LaTeX system.
63 %
64 % Also note that the "draftcls" or "draftclsnofoot", not "draft", option
65 % should be used if it is desired that the figures are to be displayed in
66 % draft mode.
67 %
68 \documentclass[10pt, conference, compsocconf]{IEEEtran}
69 % Add the compsocconf option for Computer Society conferences.
70 %
71 % If IEEEtran.cls has not been installed into the LaTeX system files,
72 % manually specify the path to it like:
73 % \documentclass[conference]{../sty/IEEEtran}
74
75
76  \usepackage[latin1]{inputenc}
77  \usepackage[cyr]{aeguill}
78  \usepackage[francais]{babel}
79
80 % Some very useful LaTeX packages include:
81 % (uncomment the ones you want to load)
82
83
84 % *** MISC UTILITY PACKAGES ***
85 %
86 %\usepackage{ifpdf}
87 % Heiko Oberdiek's ifpdf.sty is very useful if you need conditional
88 % compilation based on whether the output is pdf or dvi.
89 % usage:
90 % \ifpdf
91 %   % pdf code
92 % \else
93 %   % dvi code
94 % \fi
95 % The latest version of ifpdf.sty can be obtained from:
96 % http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/
97 % Also, note that IEEEtran.cls V1.7 and later provides a builtin
98 % \ifCLASSINFOpdf conditional that works the same way.
99 % When switching from latex to pdflatex and vice-versa, the compiler may
100 % have to be run twice to clear warning/error messages.
101
102
103
104
105
106
107 % *** CITATION PACKAGES ***
108 %
109 \usepackage{cite}
110 % cite.sty was written by Donald Arseneau
111 % V1.6 and later of IEEEtran pre-defines the format of the cite.sty package
112 % \cite{} output to follow that of IEEE. Loading the cite package will
113 % result in citation numbers being automatically sorted and properly
114 % "compressed/ranged". e.g., [1], [9], [2], [7], [5], [6] without using
115 % cite.sty will become [1], [2], [5]--[7], [9] using cite.sty. cite.sty's
116 % \cite will automatically add leading space, if needed. Use cite.sty's
117 % noadjust option (cite.sty V3.8 and later) if you want to turn this off.
118 % cite.sty is already installed on most LaTeX systems. Be sure and use
119 % version 4.0 (2003-05-27) and later if using hyperref.sty. cite.sty does
120 % not currently provide for hyperlinked citations.
121 % The latest version can be obtained at:
122 % http://www.ctan.org/tex-archive/macros/latex/contrib/cite/
123 % The documentation is contained in the cite.sty file itself.
124
125
126
127
128
129
130 % *** GRAPHICS RELATED PACKAGES ***
131 %
132 \usepackage{transparent}
133 \ifCLASSINFOpdf
134   \usepackage[pdftex]{graphicx,color}
135   % declare the path(s) where your graphic files are
136   \graphicspath{{img/}}
137   % and their extensions so you won't have to specify these with
138   % every instance of \includegraphics
139   \DeclareGraphicsExtensions{.pdf,.jpeg,.png}
140 \else
141   % or other class option (dvipsone, dvipdf, if not using dvips). graphicx
142   % will default to the driver specified in the system graphics.cfg if no
143   % driver is specified.
144   % \usepackage[dvips]{graphicx}
145   % declare the path(s) where your graphic files are
146   % \graphicspath{{../eps/}}
147   % and their extensions so you won't have to specify these with
148   % every instance of \includegraphics
149   % \DeclareGraphicsExtensions{.eps}
150 \fi
151 % graphicx was written by David Carlisle and Sebastian Rahtz. It is
152 % required if you want graphics, photos, etc. graphicx.sty is already
153 % installed on most LaTeX systems. The latest version and documentation can
154 % be obtained at: 
155 % http://www.ctan.org/tex-archive/macros/latex/required/graphics/
156 % Another good source of documentation is "Using Imported Graphics in
157 % LaTeX2e" by Keith Reckdahl which can be found as epslatex.ps or
158 % epslatex.pdf at: http://www.ctan.org/tex-archive/info/
159 %
160 % latex, and pdflatex in dvi mode, support graphics in encapsulated
161 % postscript (.eps) format. pdflatex in pdf mode supports graphics
162 % in .pdf, .jpeg, .png and .mps (metapost) formats. Users should ensure
163 % that all non-photo figures use a vector format (.eps, .pdf, .mps) and
164 % not a bitmapped formats (.jpeg, .png). IEEE frowns on bitmapped formats
165 % which can result in "jaggedy"/blurry rendering of lines and letters as
166 % well as large increases in file sizes.
167 %
168 % You can find documentation about the pdfTeX application at:
169 % http://www.tug.org/applications/pdftex
170
171
172
173
174
175 % *** MATH PACKAGES ***
176 %
177 \usepackage[cmex10]{amsmath}
178 % A popular package from the American Mathematical Society that provides
179 % many useful and powerful commands for dealing with mathematics. If using
180 % it, be sure to load this package with the cmex10 option to ensure that
181 % only type 1 fonts will utilized at all point sizes. Without this option,
182 % it is possible that some math symbols, particularly those within
183 % footnotes, will be rendered in bitmap form which will result in a
184 % document that can not be IEEE Xplore compliant!
185 %
186 % Also, note that the amsmath package sets \interdisplaylinepenalty to 10000
187 % thus preventing page breaks from occurring within multiline equations. Use:
188 %\interdisplaylinepenalty=2500
189 % after loading amsmath to restore such page breaks as IEEEtran.cls normally
190 % does. amsmath.sty is already installed on most LaTeX systems. The latest
191 % version and documentation can be obtained at:
192 % http://www.ctan.org/tex-archive/macros/latex/required/amslatex/math/
193
194
195
196
197
198 % *** SPECIALIZED LIST PACKAGES ***
199 %
200 \usepackage[ruled,lined,linesnumbered]{algorithm2e}
201 %\usepackage{algorithmic}
202 % algorithmic.sty was written by Peter Williams and Rogerio Brito.
203 % This package provides an algorithmic environment fo describing algorithms.
204 % You can use the algorithmic environment in-text or within a figure
205 % environment to provide for a floating algorithm. Do NOT use the algorithm
206 % floating environment provided by algorithm.sty (by the same authors) or
207 % algorithm2e.sty (by Christophe Fiorio) as IEEE does not use dedicated
208 % algorithm float types and packages that provide these will not provide
209 % correct IEEE style captions. The latest version and documentation of
210 % algorithmic.sty can be obtained at:
211 % http://www.ctan.org/tex-archive/macros/latex/contrib/algorithms/
212 % There is also a support site at:
213 % http://algorithms.berlios.de/index.html
214 % Also of interest may be the (relatively newer and more customizable)
215 % algorithmicx.sty package by Szasz Janos:
216 % http://www.ctan.org/tex-archive/macros/latex/contrib/algorithmicx/
217
218
219
220
221 % *** ALIGNMENT PACKAGES ***
222 %
223 \usepackage{array}
224 % Frank Mittelbach's and David Carlisle's array.sty patches and improves
225 % the standard LaTeX2e array and tabular environments to provide better
226 % appearance and additional user controls. As the default LaTeX2e table
227 % generation code is lacking to the point of almost being broken with
228 % respect to the quality of the end results, all users are strongly
229 % advised to use an enhanced (at the very least that provided by array.sty)
230 % set of table tools. array.sty is already installed on most systems. The
231 % latest version and documentation can be obtained at:
232 % http://www.ctan.org/tex-archive/macros/latex/required/tools/
233
234
235 \usepackage{mdwmath}
236 \usepackage{mdwtab}
237 % Also highly recommended is Mark Wooding's extremely powerful MDW tools,
238 % especially mdwmath.sty and mdwtab.sty which are used to format equations
239 % and tables, respectively. The MDWtools set is already installed on most
240 % LaTeX systems. The lastest version and documentation is available at:
241 % http://www.ctan.org/tex-archive/macros/latex/contrib/mdwtools/
242
243
244 % IEEEtran contains the IEEEeqnarray family of commands that can be used to
245 % generate multiline equations as well as matrices, tables, etc., of high
246 % quality.
247
248
249 %\usepackage{eqparbox}
250 % Also of notable interest is Scott Pakin's eqparbox package for creating
251 % (automatically sized) equal width boxes - aka "natural width parboxes".
252 % Available at:
253 % http://www.ctan.org/tex-archive/macros/latex/contrib/eqparbox/
254
255
256
257
258
259 % *** SUBFIGURE PACKAGES ***
260 %\usepackage[tight,footnotesize]{subfigure}
261 % subfigure.sty was written by Steven Douglas Cochran. This package makes it
262 % easy to put subfigures in your figures. e.g., "Figure 1a and 1b". For IEEE
263 % work, it is a good idea to load it with the tight package option to reduce
264 % the amount of white space around the subfigures. subfigure.sty is already
265 % installed on most LaTeX systems. The latest version and documentation can
266 % be obtained at:
267 % http://www.ctan.org/tex-archive/obsolete/macros/latex/contrib/subfigure/
268 % subfigure.sty has been superceeded by subfig.sty.
269
270
271
272 %\usepackage[caption=false]{caption}
273 %\usepackage[font=footnotesize]{subfig}
274 % subfig.sty, also written by Steven Douglas Cochran, is the modern
275 % replacement for subfigure.sty. However, subfig.sty requires and
276 % automatically loads Axel Sommerfeldt's caption.sty which will override
277 % IEEEtran.cls handling of captions and this will result in nonIEEE style
278 % figure/table captions. To prevent this problem, be sure and preload
279 % caption.sty with its "caption=false" package option. This is will preserve
280 % IEEEtran.cls handing of captions. Version 1.3 (2005/06/28) and later 
281 % (recommended due to many improvements over 1.2) of subfig.sty supports
282 % the caption=false option directly:
283 \usepackage[caption=false,font=footnotesize]{subfig}
284 %
285 % The latest version and documentation can be obtained at:
286 % http://www.ctan.org/tex-archive/macros/latex/contrib/subfig/
287 % The latest version and documentation of caption.sty can be obtained at:
288 % http://www.ctan.org/tex-archive/macros/latex/contrib/caption/
289
290
291
292
293 % *** FLOAT PACKAGES ***
294 %
295 \usepackage{fixltx2e}
296 % fixltx2e, the successor to the earlier fix2col.sty, was written by
297 % Frank Mittelbach and David Carlisle. This package corrects a few problems
298 % in the LaTeX2e kernel, the most notable of which is that in current
299 % LaTeX2e releases, the ordering of single and double column floats is not
300 % guaranteed to be preserved. Thus, an unpatched LaTeX2e can allow a
301 % single column figure to be placed prior to an earlier double column
302 % figure. The latest version and documentation can be found at:
303 % http://www.ctan.org/tex-archive/macros/latex/base/
304
305
306
307 %\usepackage{stfloats}
308 % stfloats.sty was written by Sigitas Tolusis. This package gives LaTeX2e
309 % the ability to do double column floats at the bottom of the page as well
310 % as the top. (e.g., "\begin{figure*}[!b]" is not normally possible in
311 % LaTeX2e). It also provides a command:
312 %\fnbelowfloat
313 % to enable the placement of footnotes below bottom floats (the standard
314 % LaTeX2e kernel puts them above bottom floats). This is an invasive package
315 % which rewrites many portions of the LaTeX2e float routines. It may not work
316 % with other packages that modify the LaTeX2e float routines. The latest
317 % version and documentation can be obtained at:
318 % http://www.ctan.org/tex-archive/macros/latex/contrib/sttools/
319 % Documentation is contained in the stfloats.sty comments as well as in the
320 % presfull.pdf file. Do not use the stfloats baselinefloat ability as IEEE
321 % does not allow \baselineskip to stretch. Authors submitting work to the
322 % IEEE should note that IEEE rarely uses double column equations and
323 % that authors should try to avoid such use. Do not be tempted to use the
324 % cuted.sty or midfloat.sty packages (also by Sigitas Tolusis) as IEEE does
325 % not format its papers in such ways.
326
327
328
329 % correct bad hyphenation here
330 % \hyphenation{op-tical net-works semi-conduc-tor}
331
332
333 \begin{document}
334 %
335 % paper title
336 % can use linebreaks \\ within to get better formatting as desired
337 \title{Isolines}
338
339
340 % author names and affiliations
341 % use a multiple column layout for up to two different
342 % affiliations
343
344 \author{
345 }
346
347
348
349 % use for special paper notices
350 %\IEEEspecialpapernotice{(Invited Paper)}
351
352
353 % make the title area
354 \maketitle
355
356
357 \section{\label{isolines}Isolines} 
358 Soit $I$ l'image de reference non bruitee, $I'$ l'image bruitee par un bruit blanc gaussien additif de valeur moyenne nulle et d'ecart type $\sigma$. 
359
360 Soit $\widehat{I}$ l'image reconstruite. 
361 Le niveau de gris de chaque pixel de coordonnees $(i,j)$ est note $z(i,j)$.
362
363 Dans une fenetre rectangulaire $\omega$, soit $S^n$ la ligne de niveau partielle a laquelle appartient le pixel central de la fenetre.\\
364 $S^n$ est un ensemble de $n$ pixels dont les niveaux de gris possedent la meme valeur moyenne $\mu_{S^n}$ et dont la variance est $\sigma^2$.\\
365
366 Soit $\overline{S^n}$ definie par $\omega = S^n \cup \overline{S^n}$.\\
367 Les valeurs moyennes $\mu_{ij}$ des niveaux de gris des pixels de $\overline{S^n}$ sont inconnues et supposees differentes en tout point de $\overline{S^n$}. On note  $\left\{\mu_{ij}\right\}_{\overline{S^n}}$ l'ensemble de ces valeurs moyennes.
368
369 Soit $Z$ est l'ensemble des niveaux de gris des pixels de $\omega$.\\
370
371 La vraisemblance est donnee par :
372 \begin{eqnarray}
373 \displaystyle P \left[Z | S^n, \mu_{S^n}, \left\{\mu_{ij}\right\}_{\overline{S^n}}, \sigma \right]
374 \label{LL1}
375 \end{eqnarray}
376
377 \begin{eqnarray}
378 \displaystyle \prod_{(i,j)\in S^n}{P\left[z(i,j) | \mu_{S^n}, \sigma \right]} \times \displaystyle\prod_{(i,j)\in \overline{S^n}}{P\left[z(i,j) | \left\{\mu_{ij}\right\}_{\overline{S^n}}, \sigma \right]}
379 \label{LL2}
380 \end{eqnarray}
381
382
383 on recherche $\left\{\mu_{ij}\right\}_{\overline{S^n}}$ tel que 
384 \begin{eqnarray}
385 \displaystyle \widehat{\mu_{ij}} = z(i,j)
386 \end{eqnarray}
387 ET
388 \begin{eqnarray}
389 \displaystyle\prod_{(i,j)\in \overline{S^n}}{P\left[z(i,j) | \left\{\widehat{\mu_{ij}}\right\}_{\overline{S^n}}, \sigma \right]=1}
390 \end{eqnarray}
391
392 Il reste la vraisemblance generalisee 
393 \begin{eqnarray}
394 \displaystyle \prod_{(i,j)\in S^n}{P\left[z(i,j) | \mu_{S^n}, \sigma \right]}
395 \end{eqnarray}
396
397 % that's all folks
398 \end{document}
399
400