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
cf321559
Commit
cf321559
authored
Jul 21, 2016
by
Davis King
Browse files
Made remove_unobtainable_rectangles() work with all scan_fhog_pyramid objects.
parent
5f48afc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
dlib/image_processing/remove_unobtainable_rectangles.h
dlib/image_processing/remove_unobtainable_rectangles.h
+3
-2
No files found.
dlib/image_processing/remove_unobtainable_rectangles.h
View file @
cf321559
...
...
@@ -156,10 +156,11 @@ namespace dlib
template
<
typename
image_array_type
,
typename
Pyramid_type
typename
Pyramid_type
,
typename
Feature_extractor_type
>
std
::
vector
<
std
::
vector
<
rectangle
>
>
remove_unobtainable_rectangles
(
const
structural_object_detection_trainer
<
scan_fhog_pyramid
<
Pyramid_type
>
>&
trainer
,
const
structural_object_detection_trainer
<
scan_fhog_pyramid
<
Pyramid_type
,
Feature_extractor_type
>
>&
trainer
,
const
image_array_type
&
images
,
std
::
vector
<
std
::
vector
<
rectangle
>
>&
object_locations
)
...
...
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