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
3358d714
"git@developer.sourcefind.cn:OpenDAS/d2go.git" did not exist on "2e52e96317554130cb76fd31b6735d7ed225e024"
Commit
3358d714
authored
Sep 11, 2011
by
Davis King
Browse files
added missing requirement.
parent
ed9f5bd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
dlib/svm/structural_svm_object_detection_problem_abstract.h
dlib/svm/structural_svm_object_detection_problem_abstract.h
+1
-0
No files found.
dlib/svm/structural_svm_object_detection_problem_abstract.h
View file @
3358d714
...
@@ -88,6 +88,7 @@ namespace dlib
...
@@ -88,6 +88,7 @@ namespace dlib
requires
requires
- is_learning_problem(images, truth_rects)
- is_learning_problem(images, truth_rects)
- scanner.get_num_detection_templates() > 0
- scanner.get_num_detection_templates() > 0
- scanner.load(images[0]) must be a valid expression.
ensures
ensures
- This object attempts to learn a mapping from the given images to the
- This object attempts to learn a mapping from the given images to the
object locations given in truth_rects. In particular, it attempts to
object locations given in truth_rects. In particular, it attempts to
...
...
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