Superpixel Benchmark
Superpixel benchmark, tools and algorithms.
Functions
main.cpp File Reference
#include <fstream>
#include <opencv2/opencv.hpp>
#include <boost/program_options.hpp>
#include <boost/timer.hpp>
#include "io_util.h"
#include "superpixel_tools.h"
#include "visualization.h"
#include "vlslic_opencv.h"

Functions

int main (int argc, const char **argv)
 Command line tool for running vlSLIC. Usage: More...
 

Function Documentation

int main ( int  argc,
const char **  argv 
)

Command line tool for running vlSLIC. Usage:

1 $ ../bin/vlslic_cli --help
2 Allowed options:
3  -h [ --help ] produce help message
4  -i [ --input ] arg the folder to process (can also be
5  passed as positional argument)
6  -s [ --superpixels ] arg (=400) number of superpixels
7  -m [ --minimum-region-size ] arg (=1) minimum region size allowed
8  -c [ --compactness ] arg (=40) compactness = regularization trades off
9  color for spatial closeness
10  -t [ --iterations ] arg (=10) iterations
11  -o [ --csv ] arg specify the output directory (default
12  is ./output)
13  -v [ --vis ] arg visualize contours
14  -x [ --prefix ] arg output file prefix
15  -w [ --wordy ] verbose/wordy/debug
Author
David Stutz