00001 #ifndef ORCV_H_INCLUDED 00002 #define ORCV_H_INCLUDED 00003 00004 #include <opencv2/highgui/highgui.hpp> 00005 #include <opencv2/imgproc/imgproc.hpp> 00006 #include <opencv2/objdetect/objdetect.hpp> 00007 #include <opencv2/calib3d/calib3d.hpp> 00008 //#include <opencv2/photo/photo.hpp> 00009 00010 #define _USE_MATH_DEFINES 00011 #include <math.h> 00012 00013 using namespace cv; 00014 00015 #endif // ORCV_H_INCLUDED