1. 12 Nov, 2014 1 commit
    • Tom Stellard's avatar
      ocl: Fix crash during destruction of gauss_w_lut object in hog.cpp · ec335b73
      Tom Stellard authored
      gauss_w_lut is a statically defined variable of type oclMat.  The oclMat
      destructor calls openCLFree() which via getInitializationMutex() accesses
      the __module variable which has been statically defined in cl_context.cpp
      
      Since the destruction order of statically defined variables in different
      compilation units is undefined, it is possible that __module will
      be destructed before gauss_w_lut, which would result in a segfault when
      getInitializationMutex() is called while destructing gauss_w_lut.
      
      In order to avoid this issue, we need to make gauss_w_lut a private
      member of the HOGDescriptors class so we know it will be destroyed
      before __module.
      ec335b73
  2. 17 Dec, 2013 1 commit
  3. 25 Oct, 2013 1 commit
  4. 03 Oct, 2013 2 commits
  5. 16 Sep, 2013 1 commit
  6. 21 Aug, 2013 2 commits
  7. 26 Jul, 2013 1 commit
  8. 15 Jul, 2013 1 commit
  9. 28 Jun, 2013 1 commit
  10. 19 Jun, 2013 1 commit
  11. 28 May, 2013 1 commit
  12. 24 May, 2013 1 commit
    • yao's avatar
      fix hog · c58e0d5d
      yao authored
      c58e0d5d
  13. 14 May, 2013 1 commit
  14. 03 Apr, 2013 1 commit
  15. 21 Mar, 2013 1 commit
  16. 23 Feb, 2013 1 commit
  17. 11 Oct, 2012 1 commit
    • niko's avatar
      format files to ANSI C style with coolformat · 97156897
      niko authored
      change the download channels to oclchannles()
      fix bugs of arithm functions
      perf fix of bilateral
      bug fix of split test case
      add build_warps functions
      97156897
  18. 24 Sep, 2012 1 commit
  19. 03 Sep, 2012 1 commit
  20. 08 Aug, 2012 1 commit
  21. 25 Jul, 2012 1 commit
  22. 28 Jun, 2012 2 commits
  23. 26 Jun, 2012 1 commit
  24. 15 Jun, 2012 1 commit
  25. 14 Nov, 2011 1 commit
  26. 09 Nov, 2011 1 commit
  27. 13 Oct, 2011 1 commit
  28. 20 Sep, 2011 1 commit
  29. 08 Aug, 2011 1 commit
  30. 30 Mar, 2011 1 commit
  31. 12 Jan, 2011 2 commits
  32. 03 Dec, 2010 1 commit
  33. 25 Nov, 2010 1 commit
  34. 22 Nov, 2010 1 commit
  35. 20 Nov, 2010 1 commit
  36. 19 Nov, 2010 1 commit