Mouse callback event flags in python/opencv/OSX?
问题 I'm using OpenCV in python on OSX(10.10.5). I'm just starting out, so I may have made a silly mistake here. However, I haven't found anything that addresses this issue. I have a mouse callback function that makes a list containing the coordinates of each point that is clicked on in a loaded image. Now I'd like to use the flags in the mouse callback function to control whether I append coordinates to the list or whether I instead append "NA,NA" (e.g. if a point is missing from an image, I