1. 17 Apr, 2014 2 commits
  2. 07 Apr, 2014 1 commit
  3. 04 Feb, 2014 1 commit
  4. 17 Jan, 2014 2 commits
    • Roman Donchenko's avatar
      Revert "fixed bug #3319" · f0220484
      Roman Donchenko authored
      See 092f916d for explanation.
      
      This reverts commit 4f9c081d.
      f0220484
    • Roman Donchenko's avatar
      Revert 4f9c081d · 092f916d
      Roman Donchenko authored
      That commit introduces problems, as it breaks certain use cases of
      OpenCV functions; for example, convertTo of an Nx1 matrix to an
      std::vector.
      
      Since vectors can't store separate width and height values, OpenCV
      considers them to always be 1xN. So even though the vector is created with
      .create(N, 1), the Mat passed to getContinousSize has dimensions 1xN,
      and the size comparison fails, even though the operation itself is safe.
      
      This is a use case we probably don't want to break, at the very least
      for backwards compatibility. So I'm reverting the commit. This will also
      unfix bug #3319; I'll submit a less intrusive solution as a PR to 2.4, which
      will also revert 4f9c081d there.
      092f916d
  5. 31 Dec, 2013 1 commit
  6. 16 Dec, 2013 1 commit
  7. 13 Dec, 2013 1 commit
  8. 11 Dec, 2013 1 commit
  9. 10 Dec, 2013 1 commit
  10. 20 Nov, 2013 1 commit
  11. 18 Nov, 2013 1 commit
  12. 22 Oct, 2013 2 commits
  13. 02 Sep, 2013 1 commit
  14. 10 Jul, 2013 1 commit
  15. 10 Jun, 2013 2 commits
  16. 09 Apr, 2013 1 commit
  17. 08 Apr, 2013 1 commit
  18. 01 Apr, 2013 3 commits
  19. 28 Mar, 2013 1 commit
  20. 20 Mar, 2013 1 commit
  21. 14 Mar, 2013 1 commit
  22. 13 Mar, 2013 1 commit
  23. 06 Feb, 2013 1 commit
  24. 17 Oct, 2012 2 commits
  25. 03 Aug, 2012 1 commit
  26. 02 Aug, 2012 1 commit
  27. 24 Jul, 2012 1 commit
  28. 28 Jun, 2012 1 commit
  29. 21 Jun, 2012 1 commit
  30. 15 Jun, 2012 1 commit
  31. 12 Jun, 2012 1 commit
  32. 30 Apr, 2012 1 commit
  33. 20 Apr, 2012 1 commit