summaryrefslogtreecommitdiffstats
path: root/ml/dlib/tools/imglab/src/cluster.h
blob: 6cb41a373649507903b16119981f1b585846260f (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2015  Davis E. King (davis@dlib.net)
// License: Boost Software License   See LICENSE.txt for the full license.
#ifndef DLIB_IMGLAB_ClUSTER_H_
#define DLIB_IMGLAB_ClUSTER_H_

#include <dlib/cmd_line_parser.h>

int cluster_dataset(const dlib::command_line_parser& parser);

#endif //DLIB_IMGLAB_ClUSTER_H_