Ask Your Question

vitorbordini's profile - activity

2017-03-19 09:08:44 -0600 asked a question clicking in an image in python

Hey guys, I am new at openCV and I need some help. In my project, I need to open an Image and, when the user clicks in any part of the image, the program has to show the (x,y) coordinates that the user just clicked and the pixel color. How can I do that? I am working in Python.