#ifndef _CV_MAIN_H #define _CV_MAIN_H //-------------------------- // constants #include "ofCvConstants.h" //-------------------------- // images #include "ofCvGrayscaleImage.h" #include "ofCvColorImage.h" #include "ofCvFloatImage.h" //-------------------------- // contours #include "ofCvContourFinder.h" #endif