- 04 Apr, 2019 1 commit
-
-
Alexander Alekhin authored
- replace tutorial links via docs.opencv.org - remove link on OpenCV 2.4 - avoid links on outdated packages
-
- 12 Nov, 2018 1 commit
-
-
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
-
- 05 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 11 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 14 Nov, 2017 1 commit
-
-
Akhilesh Kumar authored
Added Python setup docs for Ubuntu Machines (#10056)
-
- 27 Jul, 2017 1 commit
-
-
Bragadeesh authored
-
- 10 Jun, 2017 1 commit
-
-
lewisjb authored
-
- 29 May, 2017 1 commit
-
-
berak authored
-
- 03 Apr, 2017 1 commit
-
-
vskarlsruhe authored
updated links for python, numpy and matplotlib
-
- 18 Jan, 2017 1 commit
-
-
Maksim Shabunin authored
- disabled OPTIMIZE_OUTPUT_JAVA - filtered out *.m scripts - removed link to old Sphinx documentation - replaced all mentions of Sphinx with Doxygen
-
- 12 Jul, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 26 Dec, 2014 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 05 Dec, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 01 Dec, 2014 3 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 27 Aug, 2014 1 commit
-
-
Alexander Shishkov authored
-
- 27 Mar, 2014 3 commits
-
-
Kenaniah Cerny authored
-
Kenaniah Cerny authored
-
Kenaniah Cerny authored
-
- 23 Sep, 2013 1 commit
-
-
abidrahmank authored
GSoC Python Tutorials removed white spaces removed blank lines at EOF removed duplicate labels
-