Fix merge conflicts

pull/1744/head
Baichuan Su 11 years ago
parent befcbf56fe
commit 99a00d3dd9
  1. 2
      modules/ocl/test/test_imgproc.cpp

@ -289,7 +289,7 @@ OCL_TEST_P(CornerHarris, Mat)
cornerHarris(src_roi, dst_roi, blockSize, apertureSize, k, borderType);
ocl::cornerHarris(gsrc_roi, gdst_roi, blockSize, apertureSize, k, borderType);
Near(1e-5, true);
Near(1e-5);
}
}

Loading…
Cancel
Save