#include <iostream>
#include <cxcore.h>
#include <highgui.h>
#include "vision.hpp"
#include "houghlines.hh"
#include "lktracking.hh"
#include "houghcircles.hh"
#include "squares.hh"
Functions | |
CvCapture * | getCameraInput (int argc, char *argv[]) |
void | initVision (Vision &vision) |
void | welcome () |
int | main (int argc, char *argv[]) |
CvCapture* getCameraInput | ( | int | argc, | |
char * | argv[] | |||
) |
void initVision | ( | Vision & | vision | ) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
void welcome | ( | ) |