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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user