Skip to content

Simple OpenCV program that can be used to find upper and bottom bounds for the inRange function, on a image and from the camera.

License

Notifications You must be signed in to change notification settings

skyler-ferrante/HSV-Color-Tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HSV-Color-Tester

Simple OpenCV program that can be used to find upper and bottom bounds for the inRange function, on a image or from the camera.

Make sure you have the OpenCV library. Then you can build with:

$ cmake . 
$ make

Then run with:

$ ./HSV_COLOR_TESTER

You can also change whether you want to use the camera/target.jpg by commenting or not commenting

#define USE_IMAGE

About

Simple OpenCV program that can be used to find upper and bottom bounds for the inRange function, on a image and from the camera.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published