#include "opencv/cv.h"#include "opencv/highgui.h"#include <iostream>#include <vector>#include <string>#include <fstream>#include "ccd/sift_init.h"#include "ccd/bspline.h"#include "ccd/ccd.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 100 of file ccd_tracker.cpp.