your two options:
- live with
highgui's design scope - use a GUI toolkit and make your own GUI
I did show you how to handle key presses using waitKey() in the other thread. your C++ translation dropped that functionality.
your two options:
highgui's design scopeI did show you how to handle key presses using waitKey() in the other thread. your C++ translation dropped that functionality.