1. 07 Mar, 2015 1 commit
    • Prof. Dr. Rudolf Haussmann's avatar
      Changes to be committed: · 9f1eb70d
      Prof. Dr. Rudolf Haussmann authored
         (use "git reset HEAD <file>..." to unstage)
      
      	modified:   modules/java/generator/gen_java.py
      	modified:   modules/videoio/include/opencv2/videoio.hpp
      	modified:   modules/videoio/include/opencv2/videoio/videoio_c.h
      	modified:   modules/videoio/src/cap_dshow.cpp
      	modified:   modules/videoio/src/cap_pvapi.cpp
      
      Following changes have been made:
      1. Some minor bugs have been removed.
      2. In the PvAPI module the option CAP_PROP_MONOCROME has been removed because
         this option does not make sense and causes an error if a color camera is used.
      3. Instead the new option CAP_PROP_PVAPI_PIXELFORMAT has been added which allows
         to activate the different pixel formats (color modes) of an AVT camera.
      4. Since there were two identical defines
         CAP_PROP_MONOCROME = 19
         CAP_PROP_MONOCHROME = 19
         which were also used in the other module DSHOW, the first one with an orthographic
         error has been removed in favor of the second one.
      9f1eb70d
  2. 02 Mar, 2015 1 commit
  3. 17 Oct, 2014 1 commit
  4. 22 Sep, 2014 1 commit
  5. 11 Sep, 2014 1 commit
  6. 08 Sep, 2014 1 commit
    • Maksim Shabunin's avatar
      Fixed java tests build · b3bae170
      Maksim Shabunin authored
      - disabled xfeature2d dependency for java wrappers
      - fixed java wrappers build after cmake rerun
      - disabled opencv_ml tests temporarily
      - fixed Imgproc usage in java tests
      b3bae170
  7. 01 Sep, 2014 1 commit
  8. 14 Aug, 2014 2 commits
  9. 14 Jul, 2014 1 commit
  10. 28 Jan, 2014 1 commit
  11. 18 Dec, 2013 1 commit
  12. 15 Nov, 2013 1 commit
  13. 06 Nov, 2013 1 commit
  14. 30 Oct, 2013 1 commit
  15. 15 Oct, 2013 1 commit
    • Roman Donchenko's avatar
      In Java bindings, wrap version constants into functions to prevent inlining. · 7ff91665
      Roman Donchenko authored
      Java inlines static finals if they're defined with a constant expression. In
      case of version constants we don't want that to happen, since they obviously
      change from version to version. If the user substitutes a different OpenCV
      jar without recompiling, we want user code to still have relevant values for
      the version constants.
      
      This arranges that by turning constant values into function calls, which no
      longer count as a constant expression.
      7ff91665
  16. 12 Sep, 2013 1 commit
  17. 21 Aug, 2013 1 commit
  18. 19 Aug, 2013 1 commit
  19. 13 Aug, 2013 2 commits
  20. 10 Jun, 2013 1 commit
  21. 11 Apr, 2013 1 commit
  22. 09 Apr, 2013 1 commit
  23. 26 Mar, 2013 1 commit
  24. 22 Mar, 2013 2 commits
  25. 13 Mar, 2013 1 commit
  26. 28 Feb, 2013 3 commits
  27. 26 Feb, 2013 1 commit
  28. 25 Feb, 2013 1 commit
  29. 23 Jan, 2013 1 commit
  30. 30 Dec, 2012 1 commit
  31. 23 Nov, 2012 1 commit
  32. 17 Oct, 2012 2 commits
  33. 17 Sep, 2012 2 commits