1. 21 3月, 2017 1 次提交
  2. 16 12月, 2016 1 次提交
  3. 08 12月, 2016 2 次提交
  4. 08 11月, 2016 1 次提交
    • P
      --perf_instrument parameter now has int type and 0, 1, 2 modes (1 - simple... · 349d5ba0
      Pavel Vlasov 提交于
      --perf_instrument parameter now has int type and 0, 1, 2 modes (1 - simple trees, 2 - expanded trees for functions with same name but different calling address);
      
      Maximum depth limit var was added to the instrumentation structure;
      
      Trace names output console output fix: improper tree formatting could happen;
      Output in case of error was added;
      
      Custom regions improvements;
      
      Improved timing and weight calculation for parallel regions; New TC (threads counter) value to indicate how many different threads accessed particular node;
      
      parallel_for, warnings fixes and ReturnAddress code from Alexander Alekhin;
      349d5ba0
  5. 07 9月, 2016 2 次提交
  6. 19 8月, 2016 1 次提交
  7. 19 4月, 2016 2 次提交
  8. 08 4月, 2016 3 次提交
  9. 12 12月, 2015 1 次提交
  10. 20 10月, 2015 1 次提交
  11. 29 9月, 2015 1 次提交
    • P
      Enables support of IPP 9.0.0; · 62854dcc
      Pavel Vlasov 提交于
      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
  12. 25 9月, 2015 2 次提交
  13. 23 6月, 2015 1 次提交
  14. 06 5月, 2015 1 次提交
  15. 30 4月, 2015 1 次提交
  16. 20 3月, 2015 1 次提交
  17. 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
  18. 27 8月, 2014 1 次提交
  19. 25 8月, 2014 1 次提交
  20. 18 8月, 2014 1 次提交
  21. 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
  22. 10 8月, 2014 1 次提交
  23. 07 8月, 2014 1 次提交
  24. 06 8月, 2014 1 次提交
  25. 28 7月, 2014 1 次提交
  26. 25 7月, 2014 1 次提交
  27. 24 7月, 2014 1 次提交
  28. 23 7月, 2014 1 次提交
  29. 22 7月, 2014 6 次提交