summaryrefslogtreecommitdiffstats
path: root/ml/dlib/dlib/filtering.h
diff options
context:
space:
mode:
Diffstat (limited to 'ml/dlib/dlib/filtering.h')
-rw-r--r--ml/dlib/dlib/filtering.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/ml/dlib/dlib/filtering.h b/ml/dlib/dlib/filtering.h
new file mode 100644
index 000000000..764d54e81
--- /dev/null
+++ b/ml/dlib/dlib/filtering.h
@@ -0,0 +1,12 @@
+// Copyright (C) 2012 Davis E. King (davis@dlib.net)
+// License: Boost Software License See LICENSE.txt for the full license.
+#ifndef DLIB_FILTERiNG_HEADER
+#define DLIB_FILTERiNG_HEADER
+
+#include "filtering/kalman_filter.h"
+#include "filtering/rls_filter.h"
+
+#endif // DLIB_FILTERiNG_HEADER
+
+
+