1. 24 10月, 2014 1 次提交
  2. 15 10月, 2014 1 次提交
    • P
      Implementation detector and selector for IPP and OpenCL; · 45958eaa
      Pavel Vlasov 提交于
      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
  3. 09 10月, 2014 1 次提交
  4. 28 9月, 2014 1 次提交
  5. 24 9月, 2014 1 次提交
  6. 14 8月, 2014 2 次提交
  7. 13 8月, 2014 1 次提交
    • A
      Several type of formal refactoring: · 8a4a1bb0
      Adil Ibragimov 提交于
      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. 12 8月, 2014 1 次提交
  9. 10 8月, 2014 1 次提交
  10. 06 8月, 2014 1 次提交
  11. 02 6月, 2014 1 次提交
    • B
      perspectiveTransform simplify assert() for better debuggin · 62533d0d
      Benjamin Flesch 提交于
      When using perspectiveTransform in rather complicated settings, it would be easier for developers to have two separate assertions for each part of the boolean expression in order to pinpoint problems more efficiently. In my case I am struggling in Python2.7 with finding out whether scn+1 == m.cols or the depth == CV_32F || depth == CV_64F is making a problem, which is kind of hard.
      62533d0d
  12. 26 5月, 2014 1 次提交
  13. 13 5月, 2014 1 次提交
  14. 17 4月, 2014 2 次提交
  15. 09 4月, 2014 3 次提交
  16. 07 4月, 2014 4 次提交
  17. 12 3月, 2014 2 次提交
  18. 25 2月, 2014 1 次提交
  19. 25 1月, 2014 1 次提交
  20. 29 12月, 2013 1 次提交
  21. 26 12月, 2013 1 次提交
  22. 16 12月, 2013 1 次提交
  23. 16 8月, 2013 1 次提交
  24. 05 8月, 2013 1 次提交
  25. 14 6月, 2013 1 次提交
  26. 09 5月, 2013 1 次提交
  27. 09 4月, 2013 1 次提交
  28. 25 2月, 2013 1 次提交
  29. 22 10月, 2012 1 次提交
  30. 17 10月, 2012 2 次提交
  31. 16 10月, 2012 1 次提交