fixed problems indicated with ? marks

This commit is contained in:
Vadim Pisarevsky
2011-05-05 13:31:54 +00:00
parent 3467c6f732
commit f39db3f15a
11 changed files with 154 additions and 111 deletions

View File

@@ -210,17 +210,15 @@ VideoCapture::VideoCapture
------------------------------
.. c:function:: VideoCapture::VideoCapture()
.. c:function:: VideoCapture::VideoCapture(const string\& filename)
.. c:function:: VideoCapture::VideoCapture(const string& filename)
.. c:function:: VideoCapture::VideoCapture(int device)
VideoCapture constructors.?? No desc here and further??
:param filename: TOWRITE
:param device: TOWRITE
VideoCapture constructors.
:param filename: name of the opened video file
:param device: id of the opened video capturing device (i.e. a camera index).
.. index:: VideoCapture::get
@@ -281,7 +279,7 @@ VideoCapture::set
---------------------
.. c:function:: bool VideoCapture::set(int property_id, double value)
Sets a property in the VideoCapture backend.
Sets a property in the VideoCapture backend.
:param property_id: Property identifier. It can be one of the following: