View on GitHub

color-range-selector

A Python - OpenCV application for selecting a range of color for segmentating images or videos.

Download this project as a .zip file Download this project as a tar.gz file

Welcome to Color Range Selector

A Python - OpenCV application for selecting a range of color for segmenting images or videos.

Installing

$ git clone https://github.com/HenrYxZ/color-range-selector.git
$ cd color-range-selector

You need to have Python and OpenCV installed.

Usage

  1. Run python color_range_selector.py
  2. Press [space] for pause or play, [r] for selecting color space BGR, [h] for color space HSV and [s] to save the current segmentation image.
  3. Press [esc] to exit.

Dependencies

Authors and Contributors

@HenrYxZ