Ask Your Question

Revision history [back]

click to hide/show revision 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.