Getting out of HSV Slider loop

asked 2015-06-01 12:28:55 -0600

BOHICAMAN gravatar image

I have a program that tracks a selected video feed color via Slider bars (ie: H_MIN, H_MAX, S_MIN, S_MAX, etc.). I then coded '"cout << "H_MIN" << H_MIN << endl; " ,etc to print out each slider value. However, the cout function gets into a loop and continues to output the slider STARTING positions rather than just the final slider position. Do I need to post entire code or does someone have a suggestion. Thanks!

Using Windows 7, 64 bit, OpenCV 249, coded with VS C++ 2012

edit retag flag offensive close merge delete

Comments

show code, please.

berak gravatar imageberak ( 2015-06-01 13:30:40 -0600 )edit