1
0
Fork 0
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:
ser1zw 2014-01-18 19:50:02 +09:00
parent 3ca5e4dca9
commit b0ed2a41b0

View file

@ -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. * @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. * Upon creation, the slider position is defined by this variable.
* @yield [value] Function to be called every time the slider changes position. * @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 * @opencv_func cv::createTrackbar
*/ */
VALUE VALUE