1. 07 Apr, 2016 1 commit
  2. 21 Mar, 2016 1 commit
  3. 03 Mar, 2016 1 commit
  4. 15 Jan, 2016 1 commit
  5. 03 Nov, 2015 1 commit
  6. 23 Oct, 2015 2 commits
  7. 20 Oct, 2015 1 commit
  8. 14 Oct, 2015 1 commit
  9. 12 Oct, 2015 1 commit
    • Pavel Vlasov's avatar
      Fixes for IPP integration: · 89eee6ca
      Pavel Vlasov authored
      dotProd_16s - disabled for IPP 9.0.0;
      filter2D - fixed kernel preparation;
      morphology - conditions fix and disabled FilterMin and FilterMax for IPP 9.0.0;
      GaussianBlur - disabled for CV_8UC1 due to buffer overflow;
      integral - disabled for IPP 9.0.0;
      
      IppAutoBuffer class was added;
      89eee6ca
  10. 29 Sep, 2015 1 commit
    • Pavel Vlasov's avatar
      Enables support of IPP 9.0.0; · 62854dcc
      Pavel Vlasov authored
      HAVE_IPP_ICV_ONLY will be undefined if OpenCV was linked against ICV packet from IPP9 or greater. ICV9+ packets will be aligned with IPP in OpenCV APIs
      This will ease code management between IPP and ICV
      62854dcc
  11. 25 Sep, 2015 1 commit
    • Pavel Vlasov's avatar
      IPP_VERSION_X100 was changed to: · 14b006e8
      Pavel Vlasov authored
      IPP_VERSION_MAJOR * 100 + IPP_VERSION_MINOR*10 + IPP_VERSION_UPDATE
      to manage changes between updates more easily.
      
      IPP_DISABLE_BLOCK was added to ease tracking of disabled IPP functions;
      14b006e8
  12. 24 Jun, 2015 1 commit
  13. 18 Jun, 2015 1 commit
    • Dmitry Budnikov's avatar
      ipp_countNonZero build fix; · a5a21019
      Dmitry Budnikov authored
      Removed IPP port for tiny arithm.cpp functions
      
      Additional warnings fix on various platforms.
      
      Build without OPENCL and GCC warnings fixed
      
      Fixed warnings, trailing spaces and removed unused secure_cpy.
      
      IPP code refactored.
      
      IPP code path  implemented as separate static functions to simplify future work with IPP code and make it more readable.
      a5a21019
  14. 15 Apr, 2015 2 commits
  15. 04 Mar, 2015 1 commit
  16. 15 Oct, 2014 1 commit
    • Pavel Vlasov's avatar
      Implementation detector and selector for IPP and OpenCL; · 45958eaa
      Pavel Vlasov authored
      IPP can be switched on and off on runtime;
      
      Optional implementation collector was added (switched off by default in CMake). Gathers data of implementation used in functions and report this info through performance TS;
      
      TS modifications for implementations control;
      45958eaa
  17. 21 Aug, 2014 1 commit
  18. 15 Aug, 2014 1 commit
  19. 13 Aug, 2014 1 commit
    • Adil Ibragimov's avatar
      Several type of formal refactoring: · 8a4a1bb0
      Adil Ibragimov authored
      1. someMatrix.data -> someMatrix.prt()
      2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
      3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
      4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
      8a4a1bb0
  20. 12 Aug, 2014 1 commit
  21. 11 Aug, 2014 1 commit
  22. 05 Aug, 2014 1 commit
  23. 03 Aug, 2014 1 commit
  24. 30 Jul, 2014 2 commits
  25. 05 Jul, 2014 1 commit
  26. 27 Jun, 2014 1 commit
  27. 26 Jun, 2014 3 commits
  28. 25 Jun, 2014 2 commits
  29. 22 Jun, 2014 1 commit
  30. 16 Jun, 2014 1 commit
  31. 01 May, 2014 1 commit
  32. 29 Apr, 2014 1 commit
  33. 25 Apr, 2014 1 commit
  34. 17 Apr, 2014 1 commit