1. 02 Mar, 2015 2 commits
  2. 27 Feb, 2015 2 commits
    • Vladislav Vinogradov's avatar
      fix GpuMat::setTo implementation · 4f5d30a8
      Vladislav Vinogradov authored
      previous implementation was not thread/stream safe, since it used constant
      memory
      
      new implementation doesn't use any global objects, so it is thread/stream safe
      4f5d30a8
    • Vladislav Vinogradov's avatar
      fix gpu HOG implementation: · 21bbed7b
      Vladislav Vinogradov authored
      move hog::set_up_constants from constructor to compute method
      
      if user changed CUDA device between constructor and computation,
      some variables were uninitialized
      21bbed7b
  3. 25 Feb, 2015 4 commits
  4. 24 Feb, 2015 7 commits
  5. 23 Feb, 2015 1 commit
  6. 22 Feb, 2015 1 commit
  7. 21 Feb, 2015 3 commits
  8. 20 Feb, 2015 16 commits
  9. 19 Feb, 2015 2 commits
  10. 18 Feb, 2015 2 commits