2011-02-16 12:38:58 +01:00
|
|
|
#ifndef __OPENCV_TEST_PRECOMP_HPP__
|
|
|
|
#define __OPENCV_TEST_PRECOMP_HPP__
|
|
|
|
|
2011-02-21 11:58:05 +01:00
|
|
|
#include <iostream>
|
2011-02-17 15:01:28 +01:00
|
|
|
#include <limits>
|
2011-02-21 07:46:45 +01:00
|
|
|
#include <cvconfig.h>
|
2011-02-17 15:01:28 +01:00
|
|
|
#include "opencv2/core/core.hpp"
|
|
|
|
#include "opencv2/highgui/highgui.hpp"
|
|
|
|
#include "opencv2/calib3d/calib3d.hpp"
|
2011-02-16 12:38:58 +01:00
|
|
|
#include "opencv2/ts/ts.hpp"
|
|
|
|
#include "opencv2/gpu/gpu.hpp"
|
|
|
|
|
|
|
|
#endif
|