In OpenCV with C ++, is there a way to remove
mouseHandler(int event, int x, int y, int flags, void* param) {}
added to window "image_window" using function
cv::setMouseCallback("image_window", mouseHandler, (void*)param);
Thank you for your advice!: -)
source
share