C++ OpenCV SetMouseCallback to a different window -


is possible modify function cv::setmousecallback responds different window when have multiple windows shown @ once?

i tried using cv::setmousecallback("image_window", null, null); , setting different window, did not work second window tried draw on.


Comments