1 | initial version |
waitKey() contains the whole image drawing functionality / event loop, imshow() only copies an image pointer, so it's not only about processing keyboard input
2 | No.2 Revision |
no, you cannot replace or avoid it.
waitKey() contains the whole image drawing functionality / event loop, imshow() only copies an image pointer, so it's not only about processing keyboard input
3 | No.3 Revision |
no, as long as you use imshow(), you cannot replace or avoid it.
waitKey() contains the whole image drawing functionality / event loop, imshow() only copies an image pointer, so it's not only about processing keyboard input