First time here? Check out the FAQ!
answered 2016-03-03 07:28:19 -0600
since you have to pass the address of a free function (not a class member) to setMouseCallback(), you need:
static void mouse_call(...)