2012-06-08 22:54:17 +08:00
|
|
|
#ifdef __GNUC__
|
|
|
|
# pragma GCC diagnostic ignored "-Wmissing-declarations"
|
2012-07-05 20:56:31 +08:00
|
|
|
# pragma GCC diagnostic ignored "-Wmissing-prototypes" //OSX
|
2012-06-08 22:54:17 +08:00
|
|
|
#endif
|
|
|
|
|
2011-09-26 21:17:06 +08:00
|
|
|
#ifndef __OPENCV_TEST_PRECOMP_HPP__
|
|
|
|
#define __OPENCV_TEST_PRECOMP_HPP__
|
|
|
|
|
|
|
|
#include <iostream>
|
|
|
|
#include <string>
|
|
|
|
#include <opencv2/ts/ts.hpp>
|
|
|
|
#include <opencv2/highgui/highgui.hpp>
|
|
|
|
#include <opencv2/stitching/stitcher.hpp>
|
|
|
|
#include <opencv2/stitching/detail/matchers.hpp>
|
2012-01-30 18:31:10 +08:00
|
|
|
#include <opencv2/stitching/detail/blenders.hpp>
|
2011-09-26 21:17:06 +08:00
|
|
|
|
|
|
|
#endif
|