This script uses OpenCV to generate the upper and lower HSV ranges of any pixel in an RGB image (tolerances could be modified in code). Very useful for color recognition in image processing algorithms.
Required library:
- Tkinter
- OpenCV
- Numpy
Simply run the **easy_hsv_color_picker.py** script then openfile dialog box will be appear to select image that you want to pick the HSV color.
Currently developing the GUI for Easy HSV Color Picker
Inspired from HSV Color Picker by https://github.com/alieldinayman
Maintainer: Effry Muhammad
This project is open for public and open for contributions