1. 02 Mar, 2017 1 commit
  2. 31 Jan, 2017 1 commit
  3. 30 Dec, 2016 1 commit
  4. 15 Oct, 2016 1 commit
  5. 13 Oct, 2016 1 commit
  6. 12 Oct, 2016 1 commit
  7. 10 Oct, 2016 1 commit
  8. 07 Oct, 2016 2 commits
  9. 06 Oct, 2016 1 commit
  10. 30 Sep, 2016 1 commit
  11. 10 Aug, 2016 1 commit
  12. 05 Aug, 2016 1 commit
  13. 31 May, 2016 1 commit
  14. 23 May, 2016 1 commit
  15. 07 Mar, 2016 1 commit
    • Jason von Nieda's avatar
      Adds supports for the majority of features2d to the Java wrappers: · f4b502dd
      Jason von Nieda authored
      * Adds the main features2d header to the parse list for the generator.
      * Removes the manual definition of drawKeypoints and drawMatches since these are now included in the main header.
      * Updates the generator to ignore SimpleBlobDetector, FlannBasedMatcher and DescriptorMatcher as these cause conflicts with the generator. This is okay since these were not previously included in the distribution anyway, so no harm is done.
      f4b502dd
  16. 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
  17. 16 Dec, 2015 1 commit
  18. 29 Oct, 2015 1 commit
  19. 20 Oct, 2015 1 commit
  20. 27 Aug, 2015 1 commit
  21. 26 Aug, 2015 1 commit
  22. 02 Jun, 2015 1 commit
  23. 26 May, 2015 2 commits
  24. 19 May, 2015 2 commits
  25. 13 May, 2015 1 commit
  26. 12 May, 2015 1 commit
  27. 25 Mar, 2015 1 commit
    • Prof. Dr. Rudolf Haussmann's avatar
      Changes to be committed: · a9d4e053
      Prof. Dr. Rudolf Haussmann authored
         (use "git reset HEAD <file>..." to unstage)
      
      	modified:   highgui/include/opencv2/highgui/highgui_c.h
      	modified:   highgui/src/cap_dshow.cpp
      	modified:   java/generator/gen_java.py
      
      The correction of the orthographic error in the enumeration constant
      CAP_PROP_MONOCROME has been undone.
      a9d4e053
  28. 20 Mar, 2015 1 commit
    • Prof. Dr. Rudolf Haussmann's avatar
      Changes to be committed: · a7bf1d53
      Prof. Dr. Rudolf Haussmann authored
         (use "git reset HEAD <file>..." to unstage)
      
      	modified:   modules/highgui/include/opencv2/highgui/highgui_c.h
      	modified:   modules/highgui/src/cap_dshow.cpp
      	modified:   modules/highgui/src/cap_pvapi.cpp
      	modified:   modules/java/generator/gen_java.py
      
      Änderungen in der PvAPI hinzugefügt.
      a7bf1d53
  29. 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
  30. 02 Mar, 2015 1 commit
  31. 19 Nov, 2014 1 commit
  32. 17 Oct, 2014 1 commit
  33. 22 Sep, 2014 1 commit
  34. 11 Sep, 2014 1 commit
  35. 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
  36. 01 Sep, 2014 1 commit
  37. 14 Aug, 2014 1 commit