Trackbar with floating values
Hello,
Does anyone know if it is possible to implement a trackbar with floating values with single decimal place ? The only way I managed to achieve it is to divide the value by 10. But how do I display this result on the trackbar itself ? for e.g. to show me 1.2 instead of 12
Thanks
You cannot with the standard OpenCV GUI tools. But keep in mind that it is merely there for debugging. You would need to switch to QT for example, to make a GUI which is more versatile and which could do exactly that what you want.