Skip to content

compvision/cv-thresh-sliders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A small interactive CV program that uses sliders for real-time thresholding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors