1. 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
  2. 22 Aug, 2014 2 commits
  3. 21 Aug, 2014 2 commits
  4. 20 Aug, 2014 1 commit
  5. 18 Aug, 2014 4 commits
  6. 16 Aug, 2014 1 commit
  7. 15 Aug, 2014 5 commits
  8. 13 Aug, 2014 3 commits
  9. 11 Aug, 2014 3 commits
  10. 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
  11. 07 Aug, 2014 1 commit
  12. 05 Aug, 2014 1 commit
  13. 02 Aug, 2014 1 commit
  14. 01 Aug, 2014 1 commit
  15. 30 Jul, 2014 4 commits
  16. 29 Jul, 2014 3 commits
  17. 25 Jul, 2014 4 commits
  18. 24 Jul, 2014 2 commits