fix document

This commit is contained in:
ser1zw 2014-01-18 19:50:02 +09:00
parent 3ca5e4dca9
commit b0ed2a41b0
1 changed files with 1 additions and 1 deletions

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.
* 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