1. 13 Oct, 2018 1 commit
  2. 13 Sep, 2018 1 commit
  3. 12 Sep, 2018 1 commit
  4. 06 Sep, 2018 1 commit
  5. 04 Jul, 2018 1 commit
  6. 10 Apr, 2018 1 commit
  7. 28 Mar, 2018 1 commit
  8. 13 Dec, 2017 1 commit
  9. 28 Nov, 2017 1 commit
    • Alexander Alekhin's avatar
      ocl: avoid unnecessary loading/initializing OpenCL subsystem · 0ed3209b
      Alexander Alekhin authored
      If there are no OpenCL/UMat methods calls from application.
      
      OpenCL subsystem is initialized:
      - haveOpenCL() is called from application
      - useOpenCL() is called from application
      - access to OpenCL allocator: UMat is created (empty UMat is ignored) or UMat <-> Mat conversions are called
      
      Don't call OpenCL functions if OPENCV_OPENCL_RUNTIME=disabled
      (independent from OpenCL linkage type)
      0ed3209b
  10. 10 Oct, 2017 1 commit
  11. 21 Sep, 2017 1 commit
  12. 11 Sep, 2017 1 commit
  13. 28 Jun, 2017 1 commit
  14. 27 Jun, 2017 1 commit
  15. 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
  16. 03 Dec, 2016 1 commit
  17. 13 Oct, 2016 1 commit
  18. 19 Aug, 2016 1 commit
  19. 04 Feb, 2016 1 commit
  20. 20 Oct, 2015 1 commit
  21. 09 Oct, 2015 1 commit
  22. 13 Sep, 2015 1 commit
  23. 28 May, 2015 4 commits
  24. 17 May, 2015 1 commit
  25. 13 May, 2015 1 commit
    • David Hirvonen's avatar
      Avoid clearing HaarEvaluator::tofs variable (introduced… · cab0ecdf
      David Hirvonen authored
      Avoid clearing HaarEvaluator::tofs variable (introduced fb8478eb) in HaarEvaluator::setImage(...) since it won't be recomputed by HaarEvaluator::computeOptFeatures() for cases where the input image dimensions and requested search scales are the same as the previous.  If none of the above change then it should be correct, and if they do change it will be computed correctly inside HaarEvaluator::computeOptFeatures() (in commit 952f9dbe)
      
      I'm guessing there is a unit test for this that needs to be called 2x with the same image and search parameters (or another image with the same size) to illustrate the problem.
      cab0ecdf
  26. 01 Apr, 2015 1 commit
  27. 20 Mar, 2015 1 commit
  28. 19 Mar, 2015 1 commit
  29. 14 Mar, 2015 2 commits
  30. 27 Feb, 2015 1 commit
  31. 26 Feb, 2015 1 commit
  32. 20 Jan, 2015 1 commit
  33. 16 Jan, 2015 1 commit
  34. 14 Jan, 2015 1 commit
  35. 12 Jan, 2015 1 commit
  36. 16 Dec, 2014 1 commit