ofDocsaddons ofxOpenCv src ofxOpenCv.h
#pragma once

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

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

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

#include "ofxCvHaarFinder.h"