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
6f57d405
"git@developer.sourcefind.cn:OpenDAS/dlib.git" did not exist on "173a2b6190bebafb911c29acff77ff77607e698c"
Commit
6f57d405
authored
Aug 11, 2012
by
Davis King
Browse files
fixed bug.
parent
9bea5e39
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dlib/image_processing/full_object_detection.h
dlib/image_processing/full_object_detection.h
+1
-1
dlib/image_processing/full_object_detection_abstract.h
dlib/image_processing/full_object_detection_abstract.h
+1
-1
No files found.
dlib/image_processing/full_object_detection.h
View file @
6f57d405
...
@@ -22,7 +22,7 @@ namespace dlib
...
@@ -22,7 +22,7 @@ namespace dlib
full_object_detection
(
full_object_detection
(
const
rectangle
&
rect_
,
const
rectangle
&
rect_
,
const
std
::
vector
<
point
>&
movable_parts_
const
std
::
vector
<
point
>&
movable_parts_
)
:
rect
(
rect_
),
movable_parts
(
movable_parts
)
{}
)
:
rect
(
rect_
),
movable_parts
(
movable_parts
_
)
{}
explicit
full_object_detection
(
explicit
full_object_detection
(
const
rectangle
&
rect_
const
rectangle
&
rect_
...
...
dlib/image_processing/full_object_detection_abstract.h
View file @
6f57d405
...
@@ -21,7 +21,7 @@ namespace dlib
...
@@ -21,7 +21,7 @@ namespace dlib
full_object_detection
(
full_object_detection
(
const
rectangle
&
rect_
,
const
rectangle
&
rect_
,
const
std
::
vector
<
point
>&
movable_parts_
const
std
::
vector
<
point
>&
movable_parts_
)
:
rect
(
rect_
),
movable_parts
(
movable_parts
)
{}
)
:
rect
(
rect_
),
movable_parts
(
movable_parts
_
)
{}
explicit
full_object_detection
(
explicit
full_object_detection
(
const
rectangle
&
rect_
const
rectangle
&
rect_
...
...
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