1. 10 Jul, 2017 1 commit
  2. 04 Jul, 2017 1 commit
  3. 26 Jun, 2017 1 commit
  4. 15 May, 2017 1 commit
  5. 25 Apr, 2017 1 commit
    • Pavel Vlasov's avatar
      Update for IPP for OpenCV 2017u2 integration; · 11c2ffaf
      Pavel Vlasov authored
      Updated integrations for:
      cv::split
      cv::merge
      cv::insertChannel
      cv::extractChannel
      cv::Mat::convertTo - now with scaled conversions support
      cv::LUT - disabled due to performance issues
      Mat::copyTo
      Mat::setTo
      cv::flip
      cv::copyMakeBorder - currently disabled
      cv::polarToCart
      cv::pow - ipp pow function was removed due to performance issues
      cv::hal::magnitude32f/64f - disabled for <= SSE42, poor performance
      cv::countNonZero
      cv::minMaxIdx
      cv::norm
      cv::canny - new integration. Disabled for threaded;
      cv::cornerHarris
      cv::boxFilter
      cv::bilateralFilter
      cv::integral
      11c2ffaf
  6. 20 Apr, 2017 1 commit
  7. 20 Mar, 2017 1 commit
    • vartenkov's avatar
      Fix multichannel warping with BORDER_CONSTANT · 3fbe1f8d
      vartenkov authored
      Warping a matrix with more than 4 channels using BORDER_CONSTANT and
      INTER_NEAREST, INTER_CUBIC or INTER_LANCZOS4 interpolation led to
      undefined behaviour. This commit changes the behavior of these methods
      to be similar to that of INTER_LINEAR. Changed the scope of some of the
      variables to more local. Modified some tests to be able to detect the
      error described.
      3fbe1f8d
  8. 12 Dec, 2016 1 commit
  9. 09 Dec, 2016 2 commits
  10. 08 Dec, 2016 3 commits
  11. 07 Dec, 2016 1 commit
  12. 06 Dec, 2016 1 commit
  13. 02 Dec, 2016 1 commit
  14. 30 Nov, 2016 1 commit
  15. 29 Nov, 2016 1 commit
  16. 17 Nov, 2016 1 commit
  17. 14 Nov, 2016 2 commits
    • 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
    • Li Peng's avatar
      sobel and scharr ocl kernel optimization · 8d4a7d3d
      Li Peng authored
      It improves 108%~230% performance in the perf test
      with image format "CV_8UC1" and kernel size 3.
      Signed-off-by: 's avatarLi Peng <peng.li@intel.com>
      8d4a7d3d
  18. 08 Nov, 2016 1 commit
  19. 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
  20. 26 Oct, 2016 1 commit
  21. 25 Oct, 2016 2 commits
  22. 07 Oct, 2016 1 commit
  23. 28 Sep, 2016 1 commit
  24. 16 Sep, 2016 1 commit
  25. 26 Aug, 2016 1 commit
  26. 19 Aug, 2016 2 commits
  27. 05 Aug, 2016 1 commit
  28. 19 Jul, 2016 1 commit
  29. 18 Jul, 2016 1 commit
  30. 12 Jul, 2016 1 commit
  31. 09 Jul, 2016 1 commit
  32. 25 May, 2016 1 commit
  33. 17 May, 2016 2 commits