Skip to content

fvilmos/color_filterer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Video stream color filterer (opencv)

About

Frames grabbed from an RGB(BGR) stream are converted in HSV format. With the help of this application the right color space can be determined, useful for applications (i.e. skin filtering/detection) where a special color is needed to be tracked.

Usage

From Command line:

python ./color_filterer.py
or 
python ./color_filterer.py 0

The first command-line argument defines the camera ID to use. By default, ID is zero, corresponds to the webcam connected to USB

Output / Gui

Use "q" from the keyboard to exit from application.

400 400 400

Resources

Original idea is part of the OpenCV python tutorials, credits go there.

/Enjoy.

Releases

No releases published

Packages

 
 
 

Languages