summaryrefslogtreecommitdiffstats
path: root/ml/dlib/tools/imglab/src/flip_dataset.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 11:19:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 12:07:37 +0000
commitb485aab7e71c1625cfc27e0f92c9509f42378458 (patch)
treeae9abe108601079d1679194de237c9a435ae5b55 /ml/dlib/tools/imglab/src/flip_dataset.h
parentAdding upstream version 1.44.3. (diff)
downloadnetdata-b485aab7e71c1625cfc27e0f92c9509f42378458.tar.xz
netdata-b485aab7e71c1625cfc27e0f92c9509f42378458.zip
Adding upstream version 1.45.3+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ml/dlib/tools/imglab/src/flip_dataset.h')
-rw-r--r--ml/dlib/tools/imglab/src/flip_dataset.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/ml/dlib/tools/imglab/src/flip_dataset.h b/ml/dlib/tools/imglab/src/flip_dataset.h
deleted file mode 100644
index 8ac5db3e8..000000000
--- a/ml/dlib/tools/imglab/src/flip_dataset.h
+++ /dev/null
@@ -1,12 +0,0 @@
-// Copyright (C) 2011 Davis E. King (davis@dlib.net)
-// License: Boost Software License See LICENSE.txt for the full license.
-#ifndef DLIB_IMGLAB_FLIP_DaTASET_H__
-#define DLIB_IMGLAB_FLIP_DaTASET_H__
-
-
-#include <dlib/cmd_line_parser.h>
-
-void flip_dataset(const dlib::command_line_parser& parser);
-
-#endif // DLIB_IMGLAB_FLIP_DaTASET_H__
-