feat: Integrate screenshot into the document

This commit is contained in:
2024-10-31 19:57:36 +01:00
parent dbd6ea9392
commit cf560dd8ba
9 changed files with 29 additions and 5 deletions

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}