1
0
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:
Alexander Alekhin
2021-02-05 20:18:53 +00:00
7 changed files with 152 additions and 72 deletions
+2
View File
@@ -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)