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

Fix some compilation errors and warnings.

This commit is contained in:
peng xiao
2013-04-08 16:22:20 +08:00
parent 77501f3ed0
commit 3fea2620e6
4 changed files with 27 additions and 21 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ TEST_P(Convolve_DFT, Accuracy)
cv::ocl::oclMat dst;
cv::ocl::convolve(cv::ocl::oclMat(src), cv::ocl::oclMat(kernel), dst, ccorr);
cv::Mat dst_gold;
convolveDFT(src, kernel, dst_gold, ccorr);