Does OpenCV has a function similar to ginput? After the user denotes the points in the image, the ginput function can retrieve their coordinates in the program. I was wondering whether OpenCV has similar functions. If OpenCV does not have this function, can any other C++ image processing libraries offer similar functionality? Thanks.
Share
You can use mouse callbcack for that. See this documentation.