#include <opencv2/highgui/highgui.hpp>
#include <sstream>
#include <cpl_visual_features/saliency/center_surround.h>
#include <cpl_visual_features/features/gabor_filter_bank.h>
#include <time.h>
#include <cstdlib>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 51 of file run_saliency.cpp.