Fixed highgui tests for Android

This commit is contained in:
Andrey Kamaev
2011-12-20 07:45:49 +00:00
parent 54adb3c9cf
commit 4168a698f6
6 changed files with 679 additions and 618 deletions

View File

@@ -1,6 +1,10 @@
#ifndef __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
#ifdef HAVE_CVCONFIG_H
# include "cvconfig.h"
#endif
#include "opencv2/ts/ts.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/imgproc/imgproc_c.h"