Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
c7346758
Commit
c7346758
authored
Jan 10, 2014
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improved example program documentation
parent
ef6a3a05
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
face_detection_ex.cpp
examples/face_detection_ex.cpp
+3
-3
fhog_object_detector_ex.cpp
examples/fhog_object_detector_ex.cpp
+0
-0
No files found.
examples/face_detection_ex.cpp
View file @
c7346758
...
...
@@ -23,9 +23,9 @@
Finally, note that the face detector is fastest when compiled with at least
SSE2 instructions enabled. So if you are using a PC with an Intel or AMD
chip then you should enable at least SSE2
. If you are using cmake to
c
ompile this program you can enable them by using one of the following
commands when you create the build project:
chip then you should enable at least SSE2
instructions. If you are using
c
make to compile this program you can enable them by using one of the
following
commands when you create the build project:
cmake path_to_dclib/examples -DUSE_SSE2_INSTRUCTIONS=ON
cmake path_to_dclib/examples -DUSE_SSE4_INSTRUCTIONS=ON
cmake path_to_dclib/examples -DUSE_AVX_INSTRUCTIONS=ON
...
...
examples/fhog_object_detector_ex.cpp
View file @
c7346758
This diff is collapsed.
Click to expand it.
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