1. 05 Sep, 2017 1 commit
  2. 30 Jul, 2017 1 commit
  3. 30 May, 2017 1 commit
  4. 27 Apr, 2017 1 commit
  5. 22 Apr, 2017 1 commit
  6. 01 Apr, 2017 1 commit
  7. 31 Mar, 2017 1 commit
  8. 02 Mar, 2017 1 commit
  9. 21 Feb, 2017 2 commits
  10. 22 Jan, 2017 1 commit
  11. 15 Dec, 2016 1 commit
  12. 16 Oct, 2016 1 commit
  13. 16 Aug, 2016 1 commit
  14. 21 Jun, 2016 2 commits
  15. 20 Jun, 2016 1 commit
  16. 17 May, 2016 1 commit
  17. 09 Feb, 2016 1 commit
    • Nikolay Polyarniy's avatar
      T-API python support implemented: · 46e08d34
      Nikolay Polyarniy authored
       - cv2.UMat implemented - python thin wrapper for UMat
       - no implicit copy from GPU to Host done, resulting UMat can be passed to next function without overhead
       - cv2.UMat.get() - to fetch data to Host
       - new tests covers: ORB, BFMatcher, goodFeaturesToTrack, calcOpticalFlowPyrLK
      46e08d34
  18. 30 Oct, 2015 1 commit
  19. 29 Oct, 2015 2 commits
  20. 20 Oct, 2015 1 commit
  21. 12 Aug, 2015 1 commit
  22. 17 Jun, 2015 1 commit
  23. 11 Jun, 2015 1 commit
  24. 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
  25. 06 Apr, 2015 1 commit
  26. 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
  27. 24 Feb, 2015 1 commit
  28. 27 Sep, 2014 1 commit
  29. 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
  30. 19 Aug, 2014 5 commits
  31. 03 Aug, 2014 1 commit
  32. 30 Jul, 2014 1 commit
  33. 24 Jun, 2014 1 commit
    • Vadim Pisarevsky's avatar
      removed contrib, legacy and softcsscade modules; removed latentsvm and… · 3858f229
      Vadim Pisarevsky authored
      removed contrib, legacy and softcsscade modules; removed latentsvm and datamatrix detector from objdetect. removed haartraining and sft apps.
      some of the stuff will be moved to opencv_contrib module.
      in order to make this PR pass buildbot, please, comment off opencv_legacy, opencv_contrib and opencv_softcascade test runs.
      3858f229