1. 08 Sep, 2014 1 commit
  2. 01 Sep, 2014 1 commit
  3. 31 Aug, 2014 1 commit
  4. 29 Aug, 2014 1 commit
  5. 28 Aug, 2014 1 commit
    • Vladislav Vinogradov's avatar
      fix CUDA LUT implementation · eaaa2d27
      Vladislav Vinogradov authored
      In CUDA 6.0 there was a bug in NPP LUT implementation (invalid results when
      src == 255). In CUDA 6.5 the bug was fixed.
      
      Replaced NPP LUT call with own implementation (ported from master branch) 
      to be independant from CUDA Toolkit version.
      eaaa2d27
  6. 22 Aug, 2014 4 commits
  7. 21 Aug, 2014 2 commits
  8. 20 Aug, 2014 1 commit
  9. 18 Aug, 2014 4 commits
  10. 16 Aug, 2014 1 commit
  11. 15 Aug, 2014 5 commits
  12. 13 Aug, 2014 3 commits
  13. 11 Aug, 2014 3 commits
  14. 08 Aug, 2014 1 commit
    • PhilLab's avatar
      Fixed self-assignment in cv::Ptr::operator = · efc1c393
      PhilLab authored
      A self-assignment leads to a call of release() with refcount being 2. In the release() method, refcount is decremented and then successfully checked for being 1. As a consequence, the underlying data is released. To prevent this, we test for a self-assignment
      efc1c393
  15. 07 Aug, 2014 1 commit
  16. 05 Aug, 2014 1 commit
  17. 02 Aug, 2014 1 commit
  18. 01 Aug, 2014 1 commit
  19. 30 Jul, 2014 4 commits
  20. 29 Jul, 2014 3 commits