1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

world fix

This commit is contained in:
Alexander Alekhin
2014-08-01 18:11:20 +04:00
parent d2f1c00719
commit 55188fe991
146 changed files with 630 additions and 525 deletions
+1 -1
View File
@@ -83,7 +83,7 @@
///////////*/
#include "precomp.hpp"
#include "opencl_kernels.hpp"
#include "opencl_kernels_video.hpp"
namespace cv
{
+1 -1
View File
@@ -43,7 +43,7 @@
#include <float.h>
#include <stdio.h>
#include "lkpyramid.hpp"
#include "opencl_kernels.hpp"
#include "opencl_kernels_video.hpp"
#define CV_DESCALE(x,n) (((x) + (1 << ((n)-1))) >> (n))
+1 -1
View File
@@ -40,7 +40,7 @@
//M*/
#include "precomp.hpp"
#include "opencl_kernels.hpp"
#include "opencl_kernels_video.hpp"
#ifdef HAVE_OPENCL
+1 -1
View File
@@ -41,7 +41,7 @@
//M*/
#include "precomp.hpp"
#include "opencl_kernels.hpp"
#include "opencl_kernels_video.hpp"
//
// 2D dense optical flow algorithm from the following paper:
+1 -1
View File
@@ -73,7 +73,7 @@
*/
#include "precomp.hpp"
#include "opencl_kernels.hpp"
#include "opencl_kernels_video.hpp"
#include <limits>
#include <iomanip>