Reputation: 273
the function cvCreateTrackbar create the trackbar(slider) with the specified name and range,,, my question, what is the trackbar??
Upvotes: 1
Views: 158
Reputation: 3305
Try making one yourself. This might help: http://aishack.in/tutorials/highgui-creating-interfaces/
Upvotes: 0
Reputation: 15164
A trackbar is a slider GUI component:
|--------------------[]---------|
You can use it to adjust some values in a specified range.
Upvotes: 2