2012-05-22 18:29:58 +08:00
|
|
|
#ifndef __OPENCV_PERF_CPU_PRECOMP_HPP__
|
|
|
|
#define __OPENCV_PERF_CPU_PRECOMP_HPP__
|
2012-05-22 16:29:08 +08:00
|
|
|
|
|
|
|
#include <cstdio>
|
|
|
|
#include <iostream>
|
2012-05-22 18:29:58 +08:00
|
|
|
|
2012-05-22 16:29:08 +08:00
|
|
|
#include "cvconfig.h"
|
2012-05-22 18:29:58 +08:00
|
|
|
|
2012-05-22 16:29:08 +08:00
|
|
|
#include "opencv2/ts/ts.hpp"
|
|
|
|
#include "opencv2/ts/ts_perf.hpp"
|
2012-05-22 18:29:58 +08:00
|
|
|
|
2012-05-22 16:29:08 +08:00
|
|
|
#include "opencv2/core/core.hpp"
|
|
|
|
#include "opencv2/highgui/highgui.hpp"
|
|
|
|
#include "opencv2/gpu/gpu.hpp"
|
2012-05-22 18:29:58 +08:00
|
|
|
#include "opencv2/imgproc/imgproc.hpp"
|
|
|
|
#include "opencv2/video/video.hpp"
|
|
|
|
#include "opencv2/calib3d/calib3d.hpp"
|
|
|
|
#include "opencv2/nonfree/nonfree.hpp"
|
2012-06-05 21:32:04 +08:00
|
|
|
#include "opencv2/legacy/legacy.hpp"
|
2012-05-22 18:29:58 +08:00
|
|
|
|
2012-05-22 16:29:08 +08:00
|
|
|
#include "perf_utility.hpp"
|
|
|
|
|
|
|
|
#if GTEST_CREATE_SHARED_LIBRARY
|
|
|
|
#error no modules except ts should have GTEST_CREATE_SHARED_LIBRARY defined
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|