https://blog.octo.com/ia-embarquee-deployer-du-deep-learning-sur-un-raspberry/
https://blog.octo.com/lia-embarquee-entrainer-deployer-et-utiliser-du-deep-learning-sur-un-raspberry-partie-2/
https://blog.octo.com/lia-embarquee-entrainer-deployer-et-utiliser-du-deep-learning-sur-un-raspberry-partie-3/
https://www.meccanismocomplesso.org/en/picamera-python-how-to-add-text-on-images-and-video/
https://raspberrytips.com/picamera2-raspberry-pi/
https://www.aranacorp.com/fr/installation-dopen-cv-sur-raspberry-pi/
https://medium.com/data-breach/introduction-to-feature-detection-and-matching-65e27179885d
https://qastack.fr/programming/6555629/algorithm-to-detect-corners-of-paper-sheet-in-photo
C:\Users\Gorriens>python -m pip install numpy
Requirement already satisfied: numpy in e:\tools\python\python39\lib\site-packages (1.22.0)
C:\Users\Gorriens>python -m pip install imutils
Collecting imutils
Downloading imutils-0.5.4.tar.gz (17 kB)
Preparing metadata (setup.py) ... done
Using legacy 'setup.py install' for imutils, since package 'wheel' is not installed.
Installing collected packages: imutils
Running setup.py install for imutils ... done
Successfully installed imutils-0.5.4
C:\Users\Gorriens>python -m pip install opencv-contrib-python
Collecting opencv-contrib-python
Downloading opencv_contrib_python-4.5.5.62-cp36-abi3-win_amd64.whl (42.2 MB)
---------------------------------------- 42.2/42.2 MB 10.1 MB/s eta 0:00:00
Requirement already satisfied: numpy>=1.19.3 in e:\tools\python\python39\lib\site-packages (from opencv-contrib-python) (1.22.0)
Installing collected packages: opencv-contrib-python
Successfully installed opencv-contrib-python-4.5.5.62
C:\Users\Gorriens>