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. 20 Dec, 2013 2 commits
  6. 18 Dec, 2013 1 commit
  7. 02 Oct, 2013 3 commits
  8. 12 Sep, 2013 1 commit
  9. 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
  10. 27 Aug, 2013 1 commit
  11. 21 Aug, 2013 2 commits
  12. 08 Aug, 2013 1 commit
  13. 04 Aug, 2013 1 commit
  14. 10 Jul, 2013 1 commit
  15. 13 May, 2013 1 commit
  16. 08 Apr, 2013 1 commit
  17. 03 Apr, 2013 1 commit
  18. 01 Apr, 2013 1 commit
  19. 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
  20. 26 Mar, 2013 1 commit
  21. 22 Mar, 2013 3 commits
  22. 20 Mar, 2013 1 commit
  23. 13 Mar, 2013 2 commits
  24. 25 Feb, 2013 1 commit
  25. 31 Jan, 2013 2 commits
  26. 14 Jan, 2013 1 commit
  27. 22 Oct, 2012 1 commit
  28. 17 Oct, 2012 3 commits
  29. 16 Oct, 2012 1 commit
  30. 15 Oct, 2012 1 commit