perf_precomp.hpp 412 Bytes
Newer Older
1 2 3
// 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.
vludv's avatar
vludv committed
4 5 6
#ifndef __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__

vludv's avatar
vludv committed
7
#include <opencv2/ts.hpp>
8
#include <opencv2/ximgproc.hpp>
vludv's avatar
vludv committed
9

10 11 12 13 14
namespace opencv_test {
using namespace perf;
using namespace cv::ximgproc;
}

vludv's avatar
vludv committed
15
#endif