1. 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
  2. 01 Sep, 2014 1 commit
  3. 21 Aug, 2014 3 commits
  4. 19 Aug, 2014 8 commits
  5. 15 Aug, 2014 1 commit
  6. 14 Aug, 2014 1 commit
  7. 11 Aug, 2014 1 commit
  8. 10 Aug, 2014 1 commit
  9. 09 Aug, 2014 1 commit
  10. 07 Aug, 2014 3 commits
    • Michael Pratt's avatar
      Support Python 2 and 3 in test script · e9ccadeb
      Michael Pratt authored
      Add Python 3 support to the Python test.py script.
      
      The print function is used in place of the print statement.
      
      The urlopen function has been moved to urllib.request in Python 3, so
      attempt to import it from either location.
      
      TestCase.assert_() has been deprecated in place of
      TestCase.assertTrue().
      
      The tests all pass in both Python 2 and 3.
      e9ccadeb
    • Michael Pratt's avatar
      Build Python 3 bindings in subdirectory · 7d41ce23
      Michael Pratt authored
      Build the Python 3 cv2 module in lib/python3/, to avoid potential naming
      conflicts with the Python 2 bindings.
      
      The Python 2 bindings are placed directly in lib/, where they are
      required for the Buildbot to successfully execute the Python tests.
      7d41ce23
    • Michael Pratt's avatar
      Add opencv_matlab to Python ignored modules · d921cde4
      Michael Pratt authored
      Requested by @vpisarev in #3047.
      d921cde4
  11. 06 Aug, 2014 2 commits
  12. 05 Aug, 2014 1 commit
  13. 04 Aug, 2014 1 commit
  14. 03 Aug, 2014 1 commit
  15. 31 Jul, 2014 1 commit
  16. 30 Jul, 2014 1 commit
  17. 27 Jul, 2014 6 commits
  18. 14 Jul, 2014 1 commit
  19. 07 Jul, 2014 1 commit
  20. 01 Jul, 2014 1 commit
  21. 30 Jun, 2014 2 commits
    • Alexander Alekhin's avatar
      fix python tests · 3a8af7d6
      Alexander Alekhin authored
      3a8af7d6
    • Michael Pratt's avatar
      Build both Python 2 and Python 3 bindings · cac1218e
      Michael Pratt authored
      If both Python 2 and Python 3 are found, then build bindings for both of
      them during the build process.  Currently, one version of Python is
      detected automatically, and building for the other requires changes the
      CMake config.
      
      The largest chunk of this change generalizes OpenCVDetectPython.cmake to
      find both a Python 2 and Python 3 version of Python.  Secondly, the
      opencv_python module is split into two modules, opencv_python2 and
      opencv_python3.  Both are built from the same source. but for different
      versions of Python.
      cac1218e
  22. 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