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
82c7e5f6
Commit
82c7e5f6
authored
Mar 18, 2018
by
Davis King
Browse files
cleanup
parent
5858f61a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
dlib/filtering/kalman_filter_abstract.h
dlib/filtering/kalman_filter_abstract.h
+1
-1
dlib/random_forest.h
dlib/random_forest.h
+0
-5
No files found.
dlib/filtering/kalman_filter_abstract.h
View file @
82c7e5f6
...
@@ -241,7 +241,7 @@ namespace dlib
...
@@ -241,7 +241,7 @@ namespace dlib
and if so we adjust the filter's state to keep it within these bounds.
and if so we adjust the filter's state to keep it within these bounds.
This allows the moving object to undergo large unmodeled accelerations, far
This allows the moving object to undergo large unmodeled accelerations, far
in excess of what would be suggested by get_typical_acceleration(), without
in excess of what would be suggested by get_typical_acceleration(), without
then experiencing a long lag time where the Kalman filter has to "catch
es
then experiencing a long lag time where the Kalman filter has to "catch
up" to the new position.
up" to the new position.
!*/
!*/
...
...
dlib/random_forest.h
View file @
82c7e5f6
...
@@ -5,11 +5,6 @@
...
@@ -5,11 +5,6 @@
#include "random_forest/random_forest_regression.h"
#include "random_forest/random_forest_regression.h"
namespace
dlib
{
}
#endif // DLIB_RANDOM_FOReST_H_
#endif // DLIB_RANDOM_FOReST_H_
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