2017-11-05 21:48:40 +08:00
|
|
|
// This file is part of OpenCV project.
|
|
|
|
// It is subject to the license terms in the LICENSE file found in the top-level directory
|
|
|
|
// of this distribution and at http://opencv.org/license.html.
|
2012-04-14 05:50:59 +08:00
|
|
|
#ifndef __OPENCV_VIDEO_PRECOMP_HPP__
|
|
|
|
#define __OPENCV_VIDEO_PRECOMP_HPP__
|
|
|
|
|
2013-03-15 00:10:54 +08:00
|
|
|
#include "opencv2/ts.hpp"
|
2013-03-13 20:22:44 +08:00
|
|
|
#include <opencv2/video.hpp>
|
2018-11-09 22:52:06 +08:00
|
|
|
#include "opencv2/ts/ts_perf.hpp"
|
|
|
|
|
|
|
|
namespace cvtest
|
|
|
|
{
|
|
|
|
using namespace perf;
|
|
|
|
}
|
2012-04-14 05:50:59 +08:00
|
|
|
|
|
|
|
#endif
|