Added sample links in documentation for python2, ocl and gpu
This commit is contained in:
@@ -229,6 +229,11 @@ The class provides C++ API for capturing video from cameras or for reading video
|
||||
* : A basic sample on using the VideoCapture interface can be found at opencv_source_code/samples/cpp/starter_video.cpp
|
||||
* : Another basic video processing sample can be found at opencv_source_code/samples/cpp/video_dmtx.cpp
|
||||
|
||||
* : PYTHON : A basic sample on using the VideoCapture interface can be found at opencv_source_code/samples/python2/video.py
|
||||
* : PYTHON : basic video processing sample can be found at opencv_source_code/samples/python2/video_dmtx.py
|
||||
* : PYTHON : A multi threaded video processing sample can be found at opencv_source_code/samples/python2/video_threaded.py
|
||||
|
||||
|
||||
VideoCapture::VideoCapture
|
||||
------------------------------
|
||||
VideoCapture constructors.
|
||||
|
||||
Reference in New Issue
Block a user