mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
implementation of pollKey, companion to waitKey
w32 backend: implemented other backends: stubbed or fallback to waitKey documentation: cross-linked and more precise in some places
This commit is contained in:
@@ -281,6 +281,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