2011-02-16 11:38:58 +00:00
|
|
|
#ifndef __OPENCV_TEST_PRECOMP_HPP__
|
|
|
|
#define __OPENCV_TEST_PRECOMP_HPP__
|
|
|
|
|
2011-02-21 10:58:05 +00:00
|
|
|
#include <iostream>
|
2011-02-17 14:01:28 +00:00
|
|
|
#include <limits>
|
2011-05-21 18:32:34 +00:00
|
|
|
#include "cvconfig.h"
|
2011-02-17 14:01:28 +00:00
|
|
|
#include "opencv2/core/core.hpp"
|
|
|
|
#include "opencv2/highgui/highgui.hpp"
|
|
|
|
#include "opencv2/calib3d/calib3d.hpp"
|
2011-02-16 11:38:58 +00:00
|
|
|
#include "opencv2/ts/ts.hpp"
|
|
|
|
#include "opencv2/gpu/gpu.hpp"
|
|
|
|
|
|
|
|
#endif
|