1. 30 Oct, 2015 1 commit
  2. 29 Oct, 2015 1 commit
  3. 20 Oct, 2015 1 commit
  4. 12 Aug, 2015 1 commit
  5. 17 Jun, 2015 1 commit
  6. 11 Jun, 2015 1 commit
  7. 09 Jun, 2015 1 commit
  8. 05 Jun, 2015 1 commit
  9. 06 May, 2015 1 commit
  10. 25 Apr, 2015 1 commit
    • Mansour Moufid's avatar
      Cast some image coordinates and sizes to double. · b99f7a29
      Mansour Moufid authored
      Conflicts:
      	modules/gpu/perf/perf_imgproc.cpp
      
      Cast a long integer to double explicitly.
      
      Conflicts:
      	modules/python/src2/cv2.cpp
      
      Cast some matrix sizes to type int.
      
      Change some vector mask types to unsigned.
      
      Conflicts:
      	modules/core/src/arithm.cpp
      b99f7a29
  11. 06 Apr, 2015 1 commit
  12. 26 Mar, 2015 2 commits
  13. 24 Mar, 2015 1 commit
    • Tim D. Smith's avatar
      Don't explicitly link Python on OS X · b9b743bb
      Tim D. Smith authored
      Explicitly linking to a Python framework on OS X prevents modules from
      being built against one Python (i.e. system python) and imported from
      another (i.e. Homebrew python); the interpreter segfaults if there's a
      linkage to a foreign Python. Building the module with `-undefined
      dynamic_lookup` instead of an explicit link allows the symbols to be
      resolved at load time from a compatible python.
      b9b743bb
  14. 10 Mar, 2015 1 commit
    • Adam Greig's avatar
      Fix Python3 binding's submodules · 211a1313
      Adam Greig authored
      Previously the Python3 cv2 package ends up with no submodules (bgsegm, face,
      etc) in it, which makes a lot of functionality unusable. By not writing over
      our root reference we ensure the new submodules are added to the correct cv2
      module.
      211a1313
  15. 02 Mar, 2015 2 commits
  16. 18 Feb, 2015 1 commit
  17. 10 Feb, 2015 1 commit
  18. 02 Jan, 2015 1 commit
    • Mike Izbicki's avatar
      fix to work with python 2.6 · ac47c0c6
      Mike Izbicki authored
      I had to make this modification locally to get opencv to build with python 2.6.  Python 2.6 requires indices in the format string (the `0` I added).  This requirement was relaxed in 2.7, so what used to be there would be working for people who could upgrade. I don't think the change has any negative consequences for future python versions, but I'm no expert.
      ac47c0c6
  19. 03 Dec, 2014 1 commit
  20. 10 Nov, 2014 1 commit
  21. 07 Nov, 2014 1 commit
  22. 17 Oct, 2014 2 commits
  23. 27 Sep, 2014 1 commit
  24. 22 Sep, 2014 1 commit
  25. 16 Sep, 2014 1 commit
    • Huu Nguyen's avatar
      Fix implicit narrowing error in initializer list · 81b9be16
      Huu Nguyen authored
      The implicit narrowing in the initializer list throws a compiler error for some compilers with C++11 support turned on. The specific error message is: "error: narrowing conversion of 'PyInt_AsLong(((PyObject*)o))' from 'long int' to 'double' inside { }".
      
      Tested on Clang 5.1.0 and Mac OS X 10.9.4.
      81b9be16
  26. 01 Sep, 2014 1 commit
  27. 21 Aug, 2014 3 commits
  28. 19 Aug, 2014 8 commits