Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
b48db9de
Commit
b48db9de
authored
Mar 08, 2014
by
Davis King
Browse files
grammar
parent
c839966b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
python_examples/face_detector.py
python_examples/face_detector.py
+3
-3
No files found.
python_examples/face_detector.py
View file @
b48db9de
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
# The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
# The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
#
#
# This example program shows how to find frontal human faces in an image. In
# This example program shows how to find frontal human faces in an image. In
# particular, t
his program
shows how you can take a list of images from the
# particular,
i
t shows how you can take a list of images from the
command
#
command
line and display each on the screen with red boxes overlaid on each
# line and display each on the screen with red boxes overlaid on each
human
#
human
face.
# face.
#
#
# The examples/faces folder contains some jpg images of people. You can run
# The examples/faces folder contains some jpg images of people. You can run
# this program on them and see the detections by executing the following command:
# this program on them and see the detections by executing the following command:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment