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
34f28d4a
Commit
34f28d4a
authored
Dec 13, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor cleanup
parent
b5c189aa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4 deletions
+0
-4
bsp_ex.cpp
examples/bsp_ex.cpp
+0
-1
compress_stream_ex.cpp
examples/compress_stream_ex.cpp
+0
-2
train_object_detector.cpp
examples/train_object_detector.cpp
+0
-1
No files found.
examples/bsp_ex.cpp
View file @
34f28d4a
...
...
@@ -78,7 +78,6 @@ int main(int argc, char** argv)
// display all the command line options
cout
<<
"Usage: bsp_ex (-l port | <list of hosts>)
\n
"
;
parser
.
print_options
();
cout
<<
endl
;
return
0
;
}
...
...
examples/compress_stream_ex.cpp
View file @
34f28d4a
...
...
@@ -97,8 +97,6 @@ int main(int argc, char** argv)
// This function prints out a nicely formatted list of
// all the options the parser has
parser
.
print_options
();
cout
<<
endl
;
return
0
;
}
...
...
examples/train_object_detector.cpp
View file @
34f28d4a
...
...
@@ -126,7 +126,6 @@ int main(int argc, char** argv)
cout
<<
"Usage: train_object_detector [options] <image dataset file|image file>
\n
"
;
parser
.
print_options
();
cout
<<
endl
;
return
EXIT_SUCCESS
;
}
...
...
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