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

ocl tests: show diff when cv::countNonZero(diff) > 0

This commit is contained in:
Ilya Lavrenov
2013-10-25 18:48:39 +04:00
parent 55ede74022
commit eb2f8a2948
2 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ extern int LOOP_TIMES;
namespace cvtest {
void showDiff(const Mat& gold, const Mat& actual, double eps);
void showDiff(const Mat& gold, const Mat& actual, double eps, bool alwaysShow = false);
cv::ocl::oclMat createMat_ocl(cv::RNG& rng, Size size, int type, bool useRoi);
cv::ocl::oclMat loadMat_ocl(cv::RNG& rng, const Mat& m, bool useRoi);