feat: ✨ Integrate screenshot into the document
This commit is contained in:
parent
dbd6ea9392
commit
cf560dd8ba
2
main.tex
2
main.tex
@ -8,8 +8,6 @@
|
||||
\usepackage{float}
|
||||
\usepackage{fancyvrb}
|
||||
|
||||
|
||||
|
||||
\title{First Defense Report test}
|
||||
\author{ Lilian Labat, Luca De-Donno, Louis Gallet }
|
||||
\date{November 2024}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 130 B |
BIN
sections/partie-technique/gui/gui/gui.png
(Stored with Git LFS)
Normal file
BIN
sections/partie-technique/gui/gui/gui.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
||||
As mentioned above, the GUI is quite simple but still allows for all the necessary operations to process the image. Several functions are called to display the image in the SDL window and to interact with the user.
|
||||
|
||||
TODO: Integrate images of the interface
|
||||
% add figure
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=0.45\textwidth]{sections/partie-technique/gui/gui/gui.png}
|
||||
\caption{GUI}
|
||||
\end{figure}
|
||||
|
BIN
sections/partie-technique/traitement-image/examples/black_white_tv.png
(Stored with Git LFS)
Normal file
BIN
sections/partie-technique/traitement-image/examples/black_white_tv.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -0,0 +1,8 @@
|
||||
Here is an example with the original image on the left and the black and white image on the right.
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=0.45\textwidth]{sections/partie-technique/traitement-image/examples/tv_test_pattern.png}
|
||||
\includegraphics[width=0.45\textwidth]{sections/partie-technique/traitement-image/examples/black_white_tv.png}
|
||||
\caption{Original image and black and white image}
|
||||
\end{figure}
|
BIN
sections/partie-technique/traitement-image/examples/tv_test_pattern.png
(Stored with Git LFS)
Normal file
BIN
sections/partie-technique/traitement-image/examples/tv_test_pattern.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -8,3 +8,6 @@ Cette sous section détaille le processus de traitement d'image utilisé dans no
|
||||
|
||||
\subsubsection{Transforming the image to grayscale}
|
||||
\input{sections/partie-technique/traitement-image/image-baw/image-baw}
|
||||
|
||||
\subsubsection{Examples}
|
||||
\input{sections/partie-technique/traitement-image/examples/examples}
|
||||
|
Loading…
x
Reference in New Issue
Block a user