feat: ✨ Integrate screenshot into the document
This commit is contained in:
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}
|
||||
|
Reference in New Issue
Block a user