All Projects → alieldinayman → HSV-Color-Picker

alieldinayman / HSV-Color-Picker

Licence: MIT license
A simple OpenCV script that displays the upper and lower HSV ranges of any pixel in an RGB image

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to HSV-Color-Picker

reinvented-color-wheel
A vanilla-js touch-friendly HSV color picker inspired by Farbtastic Color Picker.
Stars: ✭ 43 (+7.5%)
Mutual labels:  hsv
ColorHelper
No description or website provided.
Stars: ✭ 34 (-15%)
Mutual labels:  hsv
sass-color-helpers
A collection of Sass color helpers that enables easier, more fool-proof design implementations (+ some math helpers)
Stars: ✭ 92 (+130%)
Mutual labels:  hsv
vscode-color
Helper with GUI to generate color codes such as CSS color notations.
Stars: ✭ 88 (+120%)
Mutual labels:  hsv
colorsys-go
🎃 colorsys-go is a go package(or lib) for everyone to transform one color system to another. The transformation is among RGB, YIQ, HLS and HSV.
Stars: ✭ 75 (+87.5%)
Mutual labels:  hsv
rgb-tui
Create and get colors code from the terminal using a nice interface.
Stars: ✭ 57 (+42.5%)
Mutual labels:  hsv
ichiColor
Full features javascript color parser module, perfect work with vue.js; support RGB, HSL, HSV/HSB, HSL255, HSL240, HWB, XYZ, LAB, LUV, LHCab, xyY...
Stars: ✭ 23 (-42.5%)
Mutual labels:  hsv
ColorPicker
Customizable Color Picker control for WPF
Stars: ✭ 57 (+42.5%)
Mutual labels:  hsv
pi pico neopixel
Pi Pico library for NeoPixel led-strip written in MicroPython. Works with ws2812b (RGB) and sk6812 (RGBW).
Stars: ✭ 70 (+75%)
Mutual labels:  hsv
1ZLAB Color Block Finder
使用OpenCV实现色块追踪 为了方便大家入门OpenCV以及使用OpenCV实现颜色识别, 阿凯编写了相关的上位机脚本, 同时也有. 刚开始的时候, 你的精力可以放在算法流程上面, 没必要在前期过于关注代码的细节. 脚本的代码阿凯也是逐行注释的, 也可以作为你的项目参考 .
Stars: ✭ 73 (+82.5%)
Mutual labels:  hsv
colorsys
🎨 Minimalistic color converter for RGB, HSV, HSL, CMYK, HEX and CSS strings
Stars: ✭ 53 (+32.5%)
Mutual labels:  hsv
Tinycrayon Ios Sdk
A smart and easy-to-use image masking and cutout SDK for mobile apps.
Stars: ✭ 1,767 (+4317.5%)
Mutual labels:  mask-image
Litrato
Android photo editing app with various filters and tools. Included advanced features like masking, histogram, color picker, EXIF viewer...
Stars: ✭ 54 (+35%)
Mutual labels:  mask-image

HSV Color Picker

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].