Skip to content

An open color filtering tool for binarizing images using HSV and RGB models. The program runs on OpenCV libraries.

Notifications You must be signed in to change notification settings

zaborshikov/Color-filtering-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Color filtering tool

An open-source color filtering tool for binarizing images using HSV and RGB models. The program runs on OpenCV libraries.

Dependencies

  • Any Python-compatible OS
  • Python 3.x
  • Installed OpenCV and NumPy librarys

Installing on Windows

  1. Install git and Python 3

https://git-scm.com/download/win

https://www.python.org/downloads/release/python-383/

  1. Install OpenCV and NumPy

pip install opencv-python

pip install NumPy

  1. Clone this repository

git clone https://github.com/zaborshikov/Color-filtering-tool.git

Launch

  1. Open the repository
  2. Run the command

python3 colorfiltering.py

How I can choose mask/color model type?

For this, use 3 lower trackbars. This trackbars need for choose it.

3lt

Example

Example

Artem Zaborshikov, 2020.

About

An open color filtering tool for binarizing images using HSV and RGB models. The program runs on OpenCV libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages