1. 19 Dec, 2014 18 commits
  2. 06 Dec, 2014 1 commit
  3. 19 Nov, 2014 1 commit
    • orestis's avatar
      Fix anchor for small symmetrical column filters. · a7757b0e
      orestis authored
      In the unoptimized version of small symmetrical column filters, when we
      try to detect if the kernel, ky, is equal to [1;2;1] or [1;-2;1] we
      should take into consideration that the anchor points in the middle
      element.
      a7757b0e
  4. 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
  5. 11 Sep, 2014 1 commit
  6. 15 Aug, 2014 1 commit
  7. 13 Aug, 2014 2 commits
    • Adil Ibragimov's avatar
      fix for gcc · 9ac06a93
      Adil Ibragimov authored
      9ac06a93
    • 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
  8. 05 Aug, 2014 1 commit
  9. 26 Jun, 2014 2 commits
  10. 16 Jun, 2014 1 commit
  11. 21 May, 2014 1 commit
  12. 07 May, 2014 2 commits
  13. 06 May, 2014 1 commit
  14. 23 Apr, 2014 2 commits
  15. 17 Apr, 2014 1 commit
  16. 14 Apr, 2014 1 commit
  17. 09 Apr, 2014 1 commit
  18. 08 Apr, 2014 2 commits