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
9bea5e39
Commit
9bea5e39
authored
Aug 10, 2012
by
Davis King
Browse files
Removed the implicit conversion from rectangles.
parent
6f9de0f4
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 @
9bea5e39
...
@@ -24,7 +24,7 @@ namespace dlib
...
@@ -24,7 +24,7 @@ namespace dlib
const
std
::
vector
<
point
>&
movable_parts_
const
std
::
vector
<
point
>&
movable_parts_
)
:
rect
(
rect_
),
movable_parts
(
movable_parts
)
{}
)
:
rect
(
rect_
),
movable_parts
(
movable_parts
)
{}
full_object_detection
(
explicit
full_object_detection
(
const
rectangle
&
rect_
const
rectangle
&
rect_
)
:
rect
(
rect_
)
{}
)
:
rect
(
rect_
)
{}
...
...
dlib/image_processing/full_object_detection_abstract.h
View file @
9bea5e39
...
@@ -23,7 +23,7 @@ namespace dlib
...
@@ -23,7 +23,7 @@ namespace dlib
const
std
::
vector
<
point
>&
movable_parts_
const
std
::
vector
<
point
>&
movable_parts_
)
:
rect
(
rect_
),
movable_parts
(
movable_parts
)
{}
)
:
rect
(
rect_
),
movable_parts
(
movable_parts
)
{}
full_object_detection
(
explicit
full_object_detection
(
const
rectangle
&
rect_
const
rectangle
&
rect_
)
:
rect
(
rect_
)
{}
)
:
rect
(
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