CV_Thresh_Sliders An interactive program that demonstrates OpenCV thresholding by using sliders System Requirements and libraries GNU/Linux OpenCV Libraries (2.4 or later) CMake (2.8 or Later) Compiling CMake is the preferred method of compilation. On a Linux system, open a Terminal and run the following: $ mkdir build $ cd build $ cmake .. $ make