Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
82c7e5f6
Commit
82c7e5f6
authored
Mar 18, 2018
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup
parent
5858f61a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
kalman_filter_abstract.h
dlib/filtering/kalman_filter_abstract.h
+1
-1
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