18 lines
402 B
Markdown
18 lines
402 B
Markdown
|
|
# Tutoriel OpenCV
|
||
|
|
## Détection d'objet avec la fonction detectMultiScale
|
||
|
|
|
||
|
|
Si vous souhaitez me soutenir: <https://fr.tipeee.com/l42-project>
|
||
|
|
|
||
|
|
Pour utiliser OpenCV, il suffit d'installer le package suivant:
|
||
|
|
|
||
|
|
`# pip install opencv-python`
|
||
|
|
|
||
|
|
Je vous conseille aussi d'installer:
|
||
|
|
|
||
|
|
`# pip install opencv-contrib-python`
|
||
|
|
|
||
|
|
La vidéo du tutoriel est à l'adresse:
|
||
|
|
https://www.youtube.com/watch?v=-3xbAkCWJCc
|
||
|
|
|
||
|
|
|