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
34f28d4a
Commit
34f28d4a
authored
Dec 12, 2012
by
Davis King
Browse files
Minor cleanup
parent
b5c189aa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4 deletions
+0
-4
examples/bsp_ex.cpp
examples/bsp_ex.cpp
+0
-1
examples/compress_stream_ex.cpp
examples/compress_stream_ex.cpp
+0
-2
examples/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