I am trying to develop a python code which I could control the image displayed via a menu. (to demo my algorithms )
So I start the program
1: it opens a new window and shows the camera output
2: I have a menu which I could control which functions are run on the frame
A: Filter Blue
B: Set to Gray
C: unset Filter to Blue
I am using python3 cv2
↧