OpenCV/Face Detection: Difference between revisions
From charlesreid1
No edit summary |
|||
| Line 8: | Line 8: | ||
==Raspberry Pi== | |||
Related page: [RaspberryPi/USB Camera]] | |||
=Flags= | =Flags= | ||
Revision as of 03:00, 23 October 2017
Main article: OpenCV
This page covers how to do facial detection using OpenCV's built-in feature detection algorithms. Note that these require OpenCV > 2.4.
Basic Template
Gist with simple OpenCV facial detection algorithm script: https://gist.github.com/charlesreid1/381bb27eea325d24eeb3a11dbb113dbf
Raspberry Pi
Related page: [RaspberryPi/USB Camera]]