mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
fix document
This commit is contained in:
parent
3ca5e4dca9
commit
b0ed2a41b0
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ trackbar_callback(int value, void* block)
|
|||
* @param value [Integer] Optional value to an integer variable whose value reflects the position of the slider.
|
||||
* Upon creation, the slider position is defined by this variable.
|
||||
* @yield [value] Function to be called every time the slider changes position.
|
||||
* @yieldparam value [Integer] The trackbar position.
|
||||
* @yieldparam value [Integer] The trackbar position.
|
||||
* @opencv_func cv::createTrackbar
|
||||
*/
|
||||
VALUE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue