#ifndef OFX_CV_H #define OFX_CV_H //-------------------------- // 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" #endif