Added perf test for calcOpticalFlowPyrLK

This commit is contained in:
Andrey Kamaev
2012-04-11 13:47:55 +00:00
parent 47148ce275
commit d8cec20e1b
4 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#ifndef __OPENCV_VIDEO_PRECOMP_HPP__
#define __OPENCV_VIDEO_PRECOMP_HPP__
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/video/video.hpp>
#include <opencv2/highgui/highgui.hpp>
#include "opencv2/ts/ts.hpp"
#if GTEST_CREATE_SHARED_LIBRARY
#error no modules except ts should have GTEST_CREATE_SHARED_LIBRARY defined
#endif
#endif