[][src]Type Definition opencv::highgui::TrackbarCallback

type TrackbarCallback = dyn FnMut(i32) + Send + Sync + 'static;

Callback function for Trackbar see cv::createTrackbar

Parameters

  • pos: current position of the specified trackbar.
  • userdata: The optional parameter.