2012-06-08 22:54:17 +08:00
|
|
|
#ifdef __GNUC__
|
|
|
|
# pragma GCC diagnostic ignored "-Wmissing-declarations"
|
|
|
|
#endif
|
|
|
|
|
2011-09-07 21:16:07 +08:00
|
|
|
#ifndef __OPENCV_PERF_PRECOMP_HPP__
|
|
|
|
#define __OPENCV_PERF_PRECOMP_HPP__
|
|
|
|
|
|
|
|
#include <cstdio>
|
|
|
|
#include <iostream>
|
2012-05-23 20:58:01 +08:00
|
|
|
|
2011-09-07 21:16:07 +08:00
|
|
|
#include "cvconfig.h"
|
2012-05-23 20:58:01 +08:00
|
|
|
|
2011-09-07 21:16:07 +08:00
|
|
|
#include "opencv2/ts/ts.hpp"
|
2011-12-28 20:53:08 +08:00
|
|
|
#include "opencv2/ts/ts_perf.hpp"
|
2012-05-23 20:58:01 +08:00
|
|
|
|
2011-09-07 21:16:07 +08:00
|
|
|
#include "opencv2/core/core.hpp"
|
|
|
|
#include "opencv2/highgui/highgui.hpp"
|
|
|
|
#include "opencv2/gpu/gpu.hpp"
|
2012-05-23 20:58:01 +08:00
|
|
|
#include "opencv2/calib3d/calib3d.hpp"
|
|
|
|
|
2011-09-07 21:16:07 +08:00
|
|
|
#include "perf_utility.hpp"
|
|
|
|
|
2012-06-08 01:21:29 +08:00
|
|
|
#ifdef GTEST_CREATE_SHARED_LIBRARY
|
2011-09-07 21:16:07 +08:00
|
|
|
#error no modules except ts should have GTEST_CREATE_SHARED_LIBRARY defined
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|