1. 04 Apr, 2019 1 commit
    • Alexander Alekhin's avatar
      docs: fix links · d38869eb
      Alexander Alekhin authored
      - replace tutorial links via docs.opencv.org
      - remove link on OpenCV 2.4
      - avoid links on outdated packages
      d38869eb
  2. 12 Nov, 2018 1 commit
    • Pavel Rojtberg's avatar
      videoio: remove cap_libv4l in favour of cap_v4l · 0d65397a
      Pavel Rojtberg authored
      cap_libv4l depends on an external library (libv4l) yet is still larger
      (1966 loc vs 1822 loc).
      It was initially introduced copy pasting cap_v4l in order to offload
      various color conversions to libv4l.
      However nowadays we handle most of the needed color conversions inside
      OpenCV. Our own implementation is better tested and (probably) also
      better performing. (as it can optionally leverage IPP/ OpenCL)
      
      Currently cap_v4l is better maintained and generally the code is in
      better shape. There is however an API
      difference in getting unconverted frames:
      * on cap_libv4l one need to set `CV_CAP_MODE_GRAY=1` or
      `CV_CAP_MODE_YUYV=1`
      * on cap_v4l one needs to set `CV_CAP_PROP_CONVERT_RGB=0`
      
      the latter is more flexible though as it also allows accessing undecoded
      JPEG images.
      
      fixes #4563
      0d65397a
  3. 05 Apr, 2018 1 commit
  4. 11 Dec, 2017 1 commit
  5. 14 Nov, 2017 1 commit
  6. 27 Jul, 2017 1 commit
  7. 10 Jun, 2017 1 commit
  8. 29 May, 2017 1 commit
  9. 03 Apr, 2017 1 commit
  10. 18 Jan, 2017 1 commit
    • Maksim Shabunin's avatar
      Minor documentation fixes: · 66cdc100
      Maksim Shabunin authored
      - disabled OPTIMIZE_OUTPUT_JAVA
      - filtered out *.m scripts
      - removed link to old Sphinx documentation
      - replaced all mentions of Sphinx with Doxygen
      66cdc100
  11. 12 Jul, 2016 1 commit
  12. 26 Dec, 2014 2 commits
  13. 05 Dec, 2014 1 commit
  14. 01 Dec, 2014 3 commits
  15. 27 Aug, 2014 1 commit
  16. 27 Mar, 2014 3 commits
  17. 23 Sep, 2013 1 commit
    • abidrahmank's avatar
      GSoC Python Tutorials · 899781b3
      abidrahmank authored
      GSoC Python Tutorials
      
      removed white spaces
      
      removed blank lines at EOF
      
      removed duplicate labels
      899781b3