1. 14 Nov, 2016 1 commit
    • Juha Reunanen's avatar
      Merge pull request #7464 from reunanen:test-7409-7458 · 5bb08bae
      Juha Reunanen authored
      Change contour test images to be very wide (#7464)
      
      * Change contour test images to be very wide (#7409, #7458)
      
      Unfortunately, slows down the tests.
      
      * Decrease the number of contour test cases, in order to (at least partially) offset the test run duration increase caused by making the test images wider
      
      * Don't test with very wide images on 32-bit architectures
      5bb08bae
  2. 11 Nov, 2016 10 commits
  3. 10 Nov, 2016 10 commits
  4. 09 Nov, 2016 5 commits
  5. 08 Nov, 2016 5 commits
  6. 07 Nov, 2016 2 commits
  7. 04 Nov, 2016 1 commit
    • Li Peng's avatar
      morph ocl kernel for erode and dilate filter · 35198b84
      Li Peng authored
      This kernel is for CV_8UC1 format and 3x3 kernel size,
      It is about 33% ~ 55% faster than current ocl kernel with below perf test
      
      python ./modules/ts/misc/run.py -t imgproc --gtest_filter=OCL_ErodeFixture*
      python ./modules/ts/misc/run.py -t imgproc --gtest_filter=OCL_DilateFixture*
      
      Also add accuracy test cases for this kernel, the test command is
      
      ./bin/opencv_test_imgproc --gtest_filter=OCL_Filter/MorphFilter3x3*
      Signed-off-by: 's avatarLi Peng <peng.li@intel.com>
      35198b84
  8. 03 Nov, 2016 3 commits
  9. 02 Nov, 2016 3 commits