From 5eb551b340cb242766db1a9a3cbe6c1c884067fb Mon Sep 17 00:00:00 2001 From: peng xiao Date: Fri, 12 Apr 2013 16:21:52 +0800 Subject: [PATCH] Remove my test codes. --- modules/ocl/test/test_canny.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/ocl/test/test_canny.cpp b/modules/ocl/test/test_canny.cpp index 292bc52..e7b9316 100644 --- a/modules/ocl/test/test_canny.cpp +++ b/modules/ocl/test/test_canny.cpp @@ -79,9 +79,6 @@ TEST_P(Canny, Accuracy) cv::ocl::oclMat edges; cv::ocl::Canny(ocl_img, edges, low_thresh, high_thresh, apperture_size, useL2gradient); - char filename [100]; - sprintf(filename, "G:/Valve_edges_a%d_L2Grad%d.jpg", apperture_size, (int)useL2gradient); - cv::Mat edges_gold; cv::Canny(img, edges_gold, low_thresh, high_thresh, apperture_size, useL2gradient); -- 2.7.4