Skip to content

Convert RGB colors to HSV to use with your OpenCV projects

Notifications You must be signed in to change notification settings

ahadcove/Rgb2HSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Rgb2Hsv - Easily convert your RGB colors to HSV

Why Rgb2Hsv?

OpenCV uses HSV for many of it's conversions and comparing and is one of the ideal color ranges to develop in.

You will see yourself trying to convert using various different ways, but with the Rgb2Hsv script, you won't have any issues

How to use

Simply enter into your command line python Rgb2Hsv.py 255 0 0 And it will convert your Rgb colors in an instant to the command line.

If you're copying and pasting from another site an Rgb colors feel free to paste it in with the commas and it will handle it accordingly: python Rgb2Hsv.py 125, 200, 50

About

Convert RGB colors to HSV to use with your OpenCV projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages