1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Large update of videoio doc and samples following mshabunin comments

This commit is contained in:
PkLab.net
2016-08-24 19:57:17 +02:00
parent 3d5700655f
commit be65701908
8 changed files with 1396 additions and 203 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ libraries. The following modules are available:
- **objdetect** - detection of objects and instances of the predefined classes (for example,
faces, eyes, mugs, people, cars, and so on).
- **highgui** - an easy-to-use interface to simple UI capabilities.
- **videoio** - an easy-to-use interface to video capturing and video codecs.
- @ref videoio - an easy-to-use interface to video capturing and video codecs.
- **gpu** - GPU-accelerated algorithms from different OpenCV modules.
- ... some other helper modules, such as FLANN and Google test wrappers, Python bindings, and
others.