feat: Integrate screenshot into the document

This commit is contained in:
Louis Gallet 2024-10-31 19:57:36 +01:00
parent dbd6ea9392
commit cf560dd8ba
Signed by: lgallet
GPG Key ID: 84D3DF1528A84511
9 changed files with 29 additions and 5 deletions

BIN
main.pdf (Stored with Git LFS)

Binary file not shown.

View File

@ -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

Binary file not shown.

View File

@ -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}

Binary file not shown.

View File

@ -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}

Binary file not shown.

View File

@ -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}