#ifndef OF_CV_MAIN_H
#define OF_CV_MAIN_H


//--------------------------
// constants
#include "ofCvConstants.h"

//--------------------------
// images
#include "ofCvImage.h"
#include "ofCvGrayscaleImage.h"
#include "ofCvColorImage.h"
#include "ofCvFloatImage.h"


//--------------------------
// contours and blobs
#include "ofCvContourFinder.h"
#include "ofCvBlobTracker.h"


#endif
