#include <iostream>
#include <cv.h>
#include <cxcore.h>
#include <highgui.h>
#include <math.h>
#include <vector>
#include <boost/foreach.hpp>
#include "visionbehavior.hpp"
Go to the source code of this file.
Classes | |
class | Squares |
VisionBehavior 's implementation of an heavy algorithm which finds squares in an image. More... |