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
3c6cdf50
Commit
3c6cdf50
authored
Feb 20, 2014
by
Davis King
Browse files
Clarified spec again
parent
d3c4c73f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/svm/track_association_function_abstract.h
dlib/svm/track_association_function_abstract.h
+1
-1
No files found.
dlib/svm/track_association_function_abstract.h
View file @
3c6cdf50
...
@@ -26,7 +26,7 @@ namespace dlib
...
@@ -26,7 +26,7 @@ namespace dlib
// Each detection object should be designed to work with a specific track object.
// Each detection object should be designed to work with a specific track object.
// This typedef lets us determine which track type is meant for use with this
// This typedef lets us determine which track type is meant for use with this
// detection object.
// detection object.
typedef
struct
example_track
track_type
;
typedef
class
example_track
track_type
;
};
};
...
...
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