1. 28 Mar, 2016 1 commit
    • themightyoarfish's avatar
      Error message for wrong kernel size was insufficient. · 68d97502
      themightyoarfish authored
      When setting a wrong kernel size, the error message only tells the user that it
      must be odd, however the conditions for rejection include values > 7 which must
      be communicated. Without that, the message would be incorrect and confusing if
      the user is unaware that only values 3, 5, 7 are accepted.
      68d97502
  2. 23 Nov, 2015 1 commit
  3. 11 Nov, 2015 1 commit
  4. 20 Oct, 2015 1 commit
  5. 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
  6. 25 Sep, 2015 2 commits
  7. 27 Feb, 2015 1 commit
  8. 26 Feb, 2015 1 commit
  9. 12 Jan, 2015 1 commit
  10. 07 Jan, 2015 1 commit
  11. 12 Nov, 2014 1 commit
  12. 06 Nov, 2014 1 commit
  13. 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
  14. 26 Sep, 2014 3 commits
  15. 03 Sep, 2014 1 commit
  16. 22 Aug, 2014 1 commit
    • U-KruchininD-ПК\KruchininD's avatar
      New optimization for canny · 6ed168d3
      U-KruchininD-ПК\KruchininD authored
      new hysteresis
      
      delete whitespaces
      
      fix problem with mad24
      
      Dynamic work group size
      
      dynamic work group size
      
      Fix problem with warnings
      
      Fix some problems with border
      
      Another one fix
      
      Delete trailing whitespaces
      
      some changes
      
      fix problem with warning
      6ed168d3
  17. 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
  18. 05 Aug, 2014 1 commit
  19. 01 Jul, 2014 1 commit
  20. 17 Apr, 2014 1 commit
  21. 07 Apr, 2014 2 commits
  22. 24 Mar, 2014 1 commit
  23. 04 Mar, 2014 1 commit
  24. 27 Jan, 2014 1 commit
  25. 17 Jan, 2014 1 commit
  26. 26 Dec, 2013 1 commit
  27. 05 Oct, 2013 1 commit
  28. 28 Aug, 2013 1 commit
  29. 17 Oct, 2012 2 commits
  30. 21 Feb, 2012 1 commit
  31. 15 Feb, 2012 1 commit
  32. 11 Nov, 2011 1 commit
  33. 06 Jun, 2011 1 commit
  34. 17 Apr, 2011 1 commit
  35. 15 Nov, 2010 1 commit