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
ea7ece20
Commit
ea7ece20
authored
Apr 13, 2013
by
Davis King
Browse files
fixed grammar
parent
1f4997f5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/image_processing/remove_unobtainable_rectangles_abstract.h
...mage_processing/remove_unobtainable_rectangles_abstract.h
+2
-2
No files found.
dlib/image_processing/remove_unobtainable_rectangles_abstract.h
View file @
ea7ece20
...
@@ -33,7 +33,7 @@ namespace dlib
...
@@ -33,7 +33,7 @@ namespace dlib
as object detections since it only considers a limited subset of all possible
as object detections since it only considers a limited subset of all possible
object positions. Moreover, the structural_object_detection_trainer requires
object positions. Moreover, the structural_object_detection_trainer requires
its input training data to not contain any object positions which are unobtainable
its input training data to not contain any object positions which are unobtainable
by its scanner object. Therefore,
the
remove_unobtainable_rectangles() is a tool
by its scanner object. Therefore, remove_unobtainable_rectangles() is a tool
to filter out these unobtainable rectangles from the training data before giving
to filter out these unobtainable rectangles from the training data before giving
it to a structural_object_detection_trainer.
it to a structural_object_detection_trainer.
- This function interprets object_locations[i] as the set of object positions for
- This function interprets object_locations[i] as the set of object positions for
...
@@ -65,7 +65,7 @@ namespace dlib
...
@@ -65,7 +65,7 @@ namespace dlib
as object detections since it only considers a limited subset of all possible
as object detections since it only considers a limited subset of all possible
object positions. Moreover, the structural_object_detection_trainer requires
object positions. Moreover, the structural_object_detection_trainer requires
its input training data to not contain any object positions which are unobtainable
its input training data to not contain any object positions which are unobtainable
by its scanner object. Therefore,
the
remove_unobtainable_rectangles() is a tool
by its scanner object. Therefore, remove_unobtainable_rectangles() is a tool
to filter out these unobtainable rectangles from the training data before giving
to filter out these unobtainable rectangles from the training data before giving
it to a structural_object_detection_trainer.
it to a structural_object_detection_trainer.
- This function interprets object_locations[i] as the set of object positions for
- This function interprets object_locations[i] as the set of object positions for
...
...
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