diff --git a/main.pdf b/main.pdf index 5213bfe..c9811ee 100644 --- a/main.pdf +++ b/main.pdf @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d4f426653c5e8115acf4c96a20c26b9de6c9376fc70f5bcc0accb9629abff56 -size 533101 +oid sha256:e5b74e862a9d96913a365f19fb210a65196e96e4f01e4624ae71a06613e8edc6 +size 533099 diff --git a/sections/partie-technique/traitement-image/pixel-grayscale/pixel-grayscale.tex b/sections/partie-technique/traitement-image/pixel-grayscale/pixel-grayscale.tex index 721e32b..69c8a7c 100644 --- a/sections/partie-technique/traitement-image/pixel-grayscale/pixel-grayscale.tex +++ b/sections/partie-technique/traitement-image/pixel-grayscale/pixel-grayscale.tex @@ -1,3 +1,3 @@ The first step of the process involves converting each pixel to grayscale. This simplification removes most color information from the image, enabling the OCR to better recognize different characters and process the information more quickly since it no longer has to deal with color data. -This conversion is handled by the function \verb'void pixel_to_grayscale'. It takes as parameters a \verb|void* pixel| and an \verb|SDL_PixelFormat*format|, applying the necessary processing to achieve the grayscale effect. \ No newline at end of file +This conversion is handled by the function \verb'void pixel_to_grayscale'. It takes as parameters a \verb|void* pixel| and an \verb|SDL_PixelFormat* format|, applying the necessary processing to achieve the grayscale effect.