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
2bee8684
Commit
2bee8684
authored
Aug 26, 2012
by
Davis King
Browse files
fixed typo in spec
parent
6dc8f42a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+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_abstract.h
View file @
2bee8684
...
@@ -94,7 +94,7 @@ namespace dlib
...
@@ -94,7 +94,7 @@ namespace dlib
- returns true if all the parts in obj are contained within obj.get_rect().
- returns true if all the parts in obj are contained within obj.get_rect().
That is, returns true if and only if, for all valid i, the following is
That is, returns true if and only if, for all valid i, the following is
always true:
always true:
obj.get_rect().contains(obj.part
s()[i]
) == true || obj.part
s()[i]
== OBJECT_PART_NOT_PRESENT
obj.get_rect().contains(obj.part
(i)
) == true || obj.part
(i)
== OBJECT_PART_NOT_PRESENT
!*/
!*/
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
...
...
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