mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
introduced new RST/Sphinx domain ocv.
This commit is contained in:
@@ -9,7 +9,7 @@ User Interface
|
||||
|
||||
createTrackbar
|
||||
------------------
|
||||
.. cpp:function:: int createTrackbar( const string& trackbarname, const string& winname, int* value, int count, TrackbarCallback onChange=0, void* userdata=0)
|
||||
.. ocv:function:: int createTrackbar( const string& trackbarname, const string& winname, int* value, int count, TrackbarCallback onChange=0, void* userdata=0)
|
||||
|
||||
Creates a trackbar and attaches it to the specified window.
|
||||
|
||||
@@ -45,7 +45,7 @@ Clicking the label of each trackbar enables editing the trackbar values manually
|
||||
|
||||
getTrackbarPos
|
||||
------------------
|
||||
.. cpp:function:: int getTrackbarPos( const string& trackbarname, const string& winname )
|
||||
.. ocv:function:: int getTrackbarPos( const string& trackbarname, const string& winname )
|
||||
|
||||
Returns the trackbar position.
|
||||
|
||||
@@ -67,7 +67,7 @@ Qt-specific details:
|
||||
|
||||
imshow
|
||||
----------
|
||||
.. cpp:function:: void imshow( const string& winname, InputArray image )
|
||||
.. ocv:function:: void imshow( const string& winname, InputArray image )
|
||||
|
||||
Displays an image in the specified window.
|
||||
|
||||
@@ -92,7 +92,7 @@ The function ``imshow`` displays an image in the specified window. If the window
|
||||
|
||||
namedWindow
|
||||
---------------
|
||||
.. cpp:function:: void namedWindow( const string& winname, int flags )
|
||||
.. ocv:function:: void namedWindow( const string& winname, int flags )
|
||||
|
||||
Creates a window.
|
||||
|
||||
@@ -132,7 +132,7 @@ Qt-specific details:
|
||||
|
||||
setTrackbarPos
|
||||
------------------
|
||||
.. cpp:function:: void setTrackbarPos( const string& trackbarname, const string& winname, int pos )
|
||||
.. ocv:function:: void setTrackbarPos( const string& trackbarname, const string& winname, int pos )
|
||||
|
||||
Sets the trackbar position.
|
||||
|
||||
@@ -156,7 +156,7 @@ Qt-specific details:
|
||||
|
||||
waitKey
|
||||
-----------
|
||||
.. cpp:function:: int waitKey(int delay=0)
|
||||
.. ocv:function:: int waitKey(int delay=0)
|
||||
|
||||
Waits for a pressed key.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user