1 | initial version |
it is a callback function for trackbars , its parameters are the trackbar value, and a pointer to some user supplied data.
in the example, those arguments are never used, so their names are omitted, to avoid an "unused argument" warning.