1. 14 Jan, 2014 2 commits
  2. 13 Jan, 2014 1 commit
  3. 09 Jan, 2014 2 commits
    • Andrey Pavlenko's avatar
    • 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
  4. 26 Dec, 2013 1 commit
  5. 23 Dec, 2013 3 commits
  6. 20 Dec, 2013 1 commit
  7. 19 Dec, 2013 4 commits
  8. 17 Dec, 2013 3 commits
  9. 12 Dec, 2013 1 commit
  10. 10 Dec, 2013 1 commit
  11. 06 Dec, 2013 1 commit
  12. 04 Dec, 2013 3 commits
  13. 25 Nov, 2013 1 commit
  14. 22 Nov, 2013 1 commit
  15. 21 Nov, 2013 1 commit
  16. 18 Nov, 2013 3 commits
  17. 17 Nov, 2013 1 commit
  18. 15 Oct, 2013 1 commit
    • lluis's avatar
      Fix a bug in the er tree clean-up process (see discussion in… · b50185e1
      lluis authored
      Fix a bug in the er tree clean-up process (see discussion in https://github.com/Itseez/opencv/pull/1520). It's not necessary to walk the er tree in order to clean up the memory since it's possible to cleanup the regions in the stack just by iterating over the er_stack vector instead of walking the tree structure. This turns out to be safer because the tree structure of those regions may have been modified previously in er_save function.
      b50185e1
  19. 08 Oct, 2013 1 commit
  20. 27 Sep, 2013 1 commit
  21. 23 Sep, 2013 1 commit
  22. 20 Sep, 2013 2 commits
  23. 19 Sep, 2013 1 commit
  24. 13 Sep, 2013 3 commits