#ifndef OFX_CV_MAIN_H
#define OFX_CV_MAIN_H


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

//--------------------------
// images
#include "ofxCvImage.h"
#include "ofxCvGrayscaleImage.h"
#include "ofxCvColorImage.h"
#include "ofxCvFloatImage.h"

//--------------------------
// contours and blobs
#include "ofxCvContourFinder.h"


#endif
