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
428a36ef
Commit
428a36ef
authored
Sep 18, 2011
by
Davis King
Browse files
fixed grammar
parent
1699d4f5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
examples/object_detector_advanced_ex.cpp
examples/object_detector_advanced_ex.cpp
+3
-3
No files found.
examples/object_detector_advanced_ex.cpp
View file @
428a36ef
...
@@ -263,10 +263,10 @@ int main(int argc, char* argv[])
...
@@ -263,10 +263,10 @@ int main(int argc, char* argv[])
/*
/*
It is also worth pointing out that you don't have to use dlib::array2d objects to
It is also worth pointing out that you don't have to use dlib::array2d objects to
represent your images. In fact, you can use any object, even something like a struct
represent your images. In fact, you can use any object, even something like a struct
of many images and other things
,
as the "image". The only requirements on an image
of many images and other things as the "image". The only requirements on an image
are that it should be possible to pass it to scanner.load(). So if you can say
are that it should be possible to pass it to scanner.load(). So if you can say
scanner.load(images[0]), for example
. See the documentation for scan_image_pyramid::load()
scanner.load(images[0]), for example
, then you are good to go. See the documentation
for
th
e details.
for
scan_image_pyramid::load() for mor
e details.
*/
*/
...
...
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