mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Merge pull request #19411 from crackwitz:highgui-pollkey
This commit is contained in:
@@ -297,6 +297,8 @@ int cv::waitKey(int delay)
|
||||
return (code != -1) ? (code & 0xff) : -1;
|
||||
}
|
||||
|
||||
// NOTE: cv::pollKey has no C API equivalent. it is implemented in each backend source file.
|
||||
|
||||
int cv::createTrackbar(const String& trackbarName, const String& winName,
|
||||
int* value, int count, TrackbarCallback callback,
|
||||
void* userdata)
|
||||
|
||||
Reference in New Issue
Block a user