#include <string.h>
#include <stdio.h>
#include <opencv/cv.h>
#include <opencv/highgui.h>
#include "fast_match_template/FastMatchTemplate.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | printOptions () |
int | searchForParameter (const char *param, int numArgs, char **argList) |
void printOptions | ( | ) |
int searchForParameter | ( | const char * | param, |
int | numArgs, | ||
char ** | argList | ||
) |