Getting out of HSV Slider loop
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
show code, please.