From ca5e0f53b826a1ee5ff61a0755aaa6a7e375dac8 Mon Sep 17 00:00:00 2001 From: atinfinity Date: Mon, 13 Feb 2017 00:53:35 +0900 Subject: [PATCH] refactoring --- samples/gpu/pyrlk_optical_flow.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/samples/gpu/pyrlk_optical_flow.cpp b/samples/gpu/pyrlk_optical_flow.cpp index e540fa736d..fa6b376362 100644 --- a/samples/gpu/pyrlk_optical_flow.cpp +++ b/samples/gpu/pyrlk_optical_flow.cpp @@ -1,14 +1,14 @@ #include #include -#include "opencv2/core.hpp" -#include "opencv2/core/utility.hpp" -#include "opencv2/imgproc.hpp" -#include "opencv2/highgui.hpp" -#include "opencv2/video.hpp" -#include "opencv2/cudaoptflow.hpp" -#include "opencv2/cudaimgproc.hpp" -#include "opencv2/cudaarithm.hpp" +#include +#include +#include +#include +#include +#include +#include +#include using namespace std; using namespace cv;