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
b194c7b1
Commit
b194c7b1
authored
Nov 06, 2011
by
Davis King
Browse files
Cleaned up example slightly
parent
a1632e02
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
examples/object_detector_advanced_ex.cpp
examples/object_detector_advanced_ex.cpp
+1
-1
examples/object_detector_ex.cpp
examples/object_detector_ex.cpp
+1
-1
No files found.
examples/object_detector_advanced_ex.cpp
View file @
b194c7b1
...
@@ -186,7 +186,7 @@ private:
...
@@ -186,7 +186,7 @@ private:
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
int
main
(
int
argc
,
char
*
argv
[]
)
int
main
()
{
{
try
try
{
{
...
...
examples/object_detector_ex.cpp
View file @
b194c7b1
...
@@ -82,7 +82,7 @@ void make_simple_test_data (
...
@@ -82,7 +82,7 @@ void make_simple_test_data (
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
int
main
(
int
argc
,
char
*
argv
[]
)
int
main
()
{
{
try
try
{
{
...
...
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