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
afddb2d4
Commit
afddb2d4
authored
Oct 22, 2011
by
Davis King
Browse files
fixing grammar.
parent
e8fbcc7e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/object_detector_advanced_ex.cpp
examples/object_detector_advanced_ex.cpp
+2
-2
No files found.
examples/object_detector_advanced_ex.cpp
View file @
afddb2d4
...
@@ -221,8 +221,8 @@ int main(int argc, char* argv[])
...
@@ -221,8 +221,8 @@ int main(int argc, char* argv[])
setup the parameters in the fe object.
setup the parameters in the fe object.
...
...
*/
*/
// The scanner will
call fe.
copy_configuration() to copy the state
of fe
// The scanner will
use very_simple_feature_extractor::
copy_configuration() to copy the state
// into it
'
s internal feature extractor.
//
of fe
into its internal feature extractor.
scanner
.
copy_configuration
(
fe
);
scanner
.
copy_configuration
(
fe
);
...
...
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