Remove my test codes.

pull/805/head
peng xiao 12 years ago
parent 4f328d8388
commit 5eb551b340
  1. 3
      modules/ocl/test/test_canny.cpp

@ -79,9 +79,6 @@ TEST_P(Canny, Accuracy)
cv::ocl::oclMat edges; cv::ocl::oclMat edges;
cv::ocl::Canny(ocl_img, edges, low_thresh, high_thresh, apperture_size, useL2gradient); 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::Mat edges_gold;
cv::Canny(img, edges_gold, low_thresh, high_thresh, apperture_size, useL2gradient); cv::Canny(img, edges_gold, low_thresh, high_thresh, apperture_size, useL2gradient);

Loading…
Cancel
Save