1. 16 Dec, 2014 1 commit
  2. 29 Nov, 2014 1 commit
  3. 17 Oct, 2014 1 commit
  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. 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
  6. 05 Aug, 2014 1 commit
  7. 28 Jul, 2014 1 commit
  8. 25 Jun, 2014 2 commits
  9. 24 Jun, 2014 3 commits
  10. 12 Jun, 2014 1 commit
  11. 08 May, 2014 1 commit
  12. 06 May, 2014 2 commits
  13. 16 Apr, 2014 1 commit
  14. 09 Apr, 2014 1 commit
  15. 07 Apr, 2014 3 commits
  16. 20 Mar, 2014 2 commits
  17. 19 Mar, 2014 1 commit
  18. 14 Mar, 2014 1 commit
  19. 05 Mar, 2014 1 commit
  20. 25 Feb, 2014 1 commit
  21. 12 Feb, 2014 2 commits
  22. 08 Feb, 2014 1 commit
  23. 03 Feb, 2014 6 commits
  24. 17 Jan, 2014 1 commit
  25. 09 Jan, 2014 1 commit
    • Patrick Tsai's avatar
      Fix compiler error with Android NDK r8e · b24f7ee5
      Patrick Tsai authored
      Original error without the fix:
      
      opencv/modules/objdetect/src/cascadedetect.cpp: In member function 'bool cv::CascadeClassifierImpl::ocl_detectSingleScale(const cv::_InputArray&, cv::Size, int, double, cv::Size)':
      /opencv/modules/objdetect/src/cascadedetect.cpp:1215:
      error: no matching function for call to 'cv::ocl::Kernel::args(cv::ocl::KernelArg, cv::ocl::KernelArg, cv::ocl::KernelArg, int, cv::ocl::KernelArg, cv::ocl::KernelArg, cv::ocl::KernelArg, cv::Size&, int&, float, cv::Rect&, cv::Size&, cv::CascadeClassifierImpl::<anonymous enum>)'
      b24f7ee5
  26. 26 Dec, 2013 1 commit
  27. 23 Dec, 2013 1 commit