2011-02-09 21:55:11 +01:00
|
|
|
#ifndef __OPENCV_TEST_PRECOMP_HPP__
|
|
|
|
#define __OPENCV_TEST_PRECOMP_HPP__
|
|
|
|
|
2011-12-20 08:45:49 +01:00
|
|
|
#ifdef HAVE_CVCONFIG_H
|
|
|
|
# include "cvconfig.h"
|
|
|
|
#endif
|
|
|
|
|
2011-02-09 21:55:11 +01:00
|
|
|
#include "opencv2/ts/ts.hpp"
|
|
|
|
#include "opencv2/imgproc/imgproc.hpp"
|
2011-06-01 16:23:55 +02:00
|
|
|
#include "opencv2/imgproc/imgproc_c.h"
|
2011-02-09 21:55:11 +01:00
|
|
|
#include <iostream>
|
|
|
|
|
|
|
|
#endif
|