OpenCV/Face Detection: Difference between revisions
From charlesreid1
(Created page with "{{Main|OpenCV}} This page covers how to do facial detection using OpenCV's built-in feature detection algorithms. Note that these require OpenCV > 2.4. =Flags= Categor...") |
No edit summary |
||
| Line 2: | Line 2: | ||
This page covers how to do facial detection using OpenCV's built-in feature detection algorithms. Note that these require OpenCV > 2.4. | 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 | |||
Revision as of 02:55, 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