Larry Wei
98c2ccfaa3
Merge pull request #19586 from larryw3i:patch-2
...
* Update py_setup_in_ubuntu.markdown
4 years ago
Maksim Shabunin
e4e10e54df
Updated more links to forum.opencv.org
4 years ago
Maksim Shabunin
f65d75f5c8
Updated more links to forum.opencv.org
4 years ago
Anna Petrovicheva
f86c8656a3
Updated the OpenCV logo
4 years ago
Daniel Mallia
1622e7cc90
Update NumPy links
5 years ago
Wise86
b1485d0337
upgrade the file to use the correct package name and include py3/gtk3 support
5 years ago
jxu
b9399a5df8
Fix python setup in ubuntu dependencies
5 years ago
Alexander Alekhin
d38869eb76
docs: fix links
...
- replace tutorial links via docs.opencv.org
- remove link on OpenCV 2.4
- avoid links on outdated packages
6 years ago
Pavel Rojtberg
0d65397ae7
videoio: remove cap_libv4l in favour of cap_v4l
...
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
6 years ago
Alexander Alekhin
4990506948
cuda: WITH_CUDA=OFF by default (need to enable it explicitly)
7 years ago
Alexander Alekhin
5560db73bf
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
7 years ago
Akhilesh Kumar
fcdd833059
Merge pull request #10056 from akhilesh-k:master
...
Added Python setup docs for Ubuntu Machines (#10056 )
7 years ago
Bragadeesh
d61f5d160d
A simple spelling change.
7 years ago
lewisjb
47c9bb7ba8
Update doc build instructions for doxygen
8 years ago
berak
0f51155e79
py_tutorials: add print() braces for python3
8 years ago
vskarlsruhe
ef033be59d
Update py_setup_in_windows.markdown
...
updated links for python, numpy and matplotlib
8 years ago
Maksim Shabunin
66cdc10010
Minor documentation fixes:
...
- disabled OPTIMIZE_OUTPUT_JAVA
- filtered out *.m scripts
- removed link to old Sphinx documentation
- replaced all mentions of Sphinx with Doxygen
8 years ago
Alexander Alekhin
ddc0b42bc3
migration: github.com/opencv/opencv
8 years ago
Maksim Shabunin
ad6a80f68c
Moved tutorial table-of-contents files to corresponding root level
10 years ago
Maksim Shabunin
d01bedbc61
Removed Sphinx documentation files
10 years ago
Maksim Shabunin
ecfd056111
Fixed whitespace warnings in new tutorials
10 years ago
Maksim Shabunin
d3beb755df
Doxygen tutorials: support contrib, some minor changes
10 years ago
Maksim Shabunin
812ce48c36
Doxygen tutorials: python final edits
10 years ago
Maksim Shabunin
875f922332
Doxygen tutorials: python basic
10 years ago
Alexander Shishkov
9dc5c58f62
Update py_setup_in_windows.rst
10 years ago
Kenaniah Cerny
5005f5e88e
Fixed type gPython -> Python
11 years ago
Kenaniah Cerny
c764e0f114
Added link to main GitHub repo
11 years ago
Kenaniah Cerny
9f1b20a794
Grammar
11 years ago
abidrahmank
899781b3d6
GSoC Python Tutorials
...
GSoC Python Tutorials
removed white spaces
removed blank lines at EOF
removed duplicate labels
11 years ago