Merge pull request #1721 from alalek:ocl_fix_filter2D_64F_kernel

This commit is contained in:
Andrey Pavlenko
2013-10-31 00:21:09 +04:00
committed by OpenCV Buildbot
2 changed files with 8 additions and 5 deletions

View File

@@ -510,7 +510,7 @@ public:
func(src, dst, kernel, ksize, anchor, borderType) ;
}
oclMat kernel;
Mat kernel;
GPUFilter2D_t func;
};
}