1. 14 Mar, 2014 1 commit
  2. 17 Feb, 2014 1 commit
  3. 17 Jan, 2014 1 commit
  4. 03 Jan, 2014 1 commit
  5. 26 Dec, 2013 1 commit
  6. 20 Dec, 2013 2 commits
  7. 18 Dec, 2013 5 commits
  8. 02 Oct, 2013 3 commits
  9. 12 Sep, 2013 1 commit
  10. 04 Sep, 2013 1 commit
    • Roman Donchenko's avatar
      Fixed a bug in FLANN resulting in uninitialized accesses. · a9975b14
      Roman Donchenko authored
      This is fixed upstream in mariusmuja/flann@b615f26, but that fix
      would break binary compatibility, so I had to make a different one.
      
      Since the bug isn't quite obvious, here's an explanation. In the const
      version of any::cast, if policy is a small_any_policy, its get_value
      returns its input argument. So r becomes a pointer to obj, and the
      return value is a reference to a local variable, which is invalidated
      when the function exits.
      a9975b14
  11. 27 Aug, 2013 1 commit
  12. 21 Aug, 2013 1 commit
  13. 04 Aug, 2013 1 commit
  14. 13 May, 2013 1 commit
  15. 08 Apr, 2013 1 commit
  16. 01 Apr, 2013 1 commit
  17. 27 Mar, 2013 1 commit
    • Alexander Smorkalov's avatar
      Multiple fixes for WinRT · 6f68640d
      Alexander Smorkalov authored
      Fixed flann build with NEON;
      Fixed Haming distance with NEON;
      Honest cvRound for WinRT added;
      cvRound test added;
      Video IO with direct show disabled;
      6f68640d
  18. 26 Mar, 2013 1 commit
  19. 22 Mar, 2013 3 commits
  20. 13 Mar, 2013 2 commits
  21. 25 Feb, 2013 1 commit
  22. 31 Jan, 2013 1 commit
  23. 17 Oct, 2012 2 commits
  24. 16 Oct, 2012 1 commit
  25. 15 Oct, 2012 1 commit
  26. 11 Oct, 2012 1 commit
  27. 09 Oct, 2012 2 commits
  28. 27 Sep, 2012 1 commit