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
c56f3465
Commit
c56f3465
authored
Jan 08, 2012
by
Davis King
Browse files
Added missing default argument value
parent
4891faec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/image_processing/object_detector.h
dlib/image_processing/object_detector.h
+1
-1
No files found.
dlib/image_processing/object_detector.h
View file @
c56f3465
...
@@ -60,7 +60,7 @@ namespace dlib
...
@@ -60,7 +60,7 @@ namespace dlib
void
operator
()
(
void
operator
()
(
const
image_type
&
img
,
const
image_type
&
img
,
std
::
vector
<
std
::
pair
<
double
,
rectangle
>
>&
final_dets
,
std
::
vector
<
std
::
pair
<
double
,
rectangle
>
>&
final_dets
,
double
adjust_threshold
double
adjust_threshold
=
0
);
);
template
<
typename
T
,
typename
U
>
template
<
typename
T
,
typename
U
>
...
...
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