pollKey implementation for w32 backend of highgui#19411
pollKey implementation for w32 backend of highgui#19411opencv-pushbot merged 1 commit intoopencv:masterfrom
Conversation
|
@crackwitz Please pay attention on CI. The PR breaks build. |
|
how should I handle this? all the existing code for every function is structured such that there is an extern C implementation of the respective function per toolkit, and then one namespaced wrapper function calling that. I could remove the CV_IMPL (extern C) from all implementations of cvPollKey so it iself is not exposed. I think that will then require a forward declaration in edit: that is... if |
870bbfa to
6bf1925
Compare
|
ok, looks like I did it right this time. I hope the structure is as desired. |
|
@crackwitz Please squash commits to have clean changes history in OpenCV git. |
alalek
left a comment
There was a problem hiding this comment.
Please add/update documentation's cross-links between waitKey(), imshow() calls. So Users can find this functionality.
BTW, This function's purpose is updating UI too (like waitKey())
(function's name is still confusing to me, perhaps @vpisarev can suggest something or approve this)
|
here are the requested changes. I hope I understood the intention. I'll squash when you're satisfied with the state of the pull request and any discussion has resolved. squashing implies force-push; I hope that's correct.
I understand that. I'm not sure if |
02e1e33 to
fc3fd5e
Compare
|
I've squashed the commits so far and rebased to current master HEAD. |
w32 backend: implemented other backends: stubbed or fallback to waitKey documentation: cross-linked and more precise in some places
fc3fd5e to
26da491
Compare
first code proposal for #19410
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.