These are some "windows" shown in the watershed demo of OpenCV package.
Interaction between user and the app includes some simple discrete input characters and I barely see any sort-of command line input.
I'd like to make it just a bit more convenient interaction. something likes:
funcA arg1 arg2Enter funcB arg1 ... Enter
after "enter", the command is run
is there anything like that in OpenCV??