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
040cfe88
Commit
040cfe88
authored
May 26, 2014
by
Davis King
Browse files
Added missing requires clauses
parent
4562b2e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
dlib/image_processing/scan_fhog_pyramid_abstract.h
dlib/image_processing/scan_fhog_pyramid_abstract.h
+8
-0
No files found.
dlib/image_processing/scan_fhog_pyramid_abstract.h
View file @
040cfe88
...
@@ -707,6 +707,10 @@ namespace dlib
...
@@ -707,6 +707,10 @@ namespace dlib
const
double
adjust_threshold
=
0
const
double
adjust_threshold
=
0
);
);
/*!
/*!
requires
- image_type == is an implementation of array2d/array2d_kernel_abstract.h
- img contains some kind of pixel type.
(i.e. pixel_traits<typename image_type::type> is defined)
ensures
ensures
- This function runs each of the provided object_detector objects over img and
- This function runs each of the provided object_detector objects over img and
stores the resulting detections into #dets. Importantly, this function is
stores the resulting detections into #dets. Importantly, this function is
...
@@ -751,6 +755,10 @@ namespace dlib
...
@@ -751,6 +755,10 @@ namespace dlib
const
double
adjust_threshold
=
0
const
double
adjust_threshold
=
0
);
);
/*!
/*!
requires
- image_type == is an implementation of array2d/array2d_kernel_abstract.h
- img contains some kind of pixel type.
(i.e. pixel_traits<typename image_type::type> is defined)
ensures
ensures
- This function just calls the above evaluate_detectors() routine and copies
- This function just calls the above evaluate_detectors() routine and copies
the output dets into a vector<rectangle> object and returns it. Therefore,
the output dets into a vector<rectangle> object and returns it. Therefore,
...
...
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