About 59,600 results
Open links in new tab
  1. opencv - Finding exact HSV values of colors - Stack Overflow

    Using cvInRangeS (hsvframe,cvScalar (90, 40, 50) and cvScalar (255, 90, 255),threshy), how can I get the exact range of values for each color (purple and yellow)?

  2. How can I create an eye-drop color picker in a WPF application?

    Jun 13, 2013 · I want to create a color picker in my WPF application such that when I click on any color, the code of that color should come in a textbox. How can I do this?

  3. OpenCV: Choosing HSV thresholds for color filtering

    Another option is to use online image color picker. You can upload your image and will get some values like HSV: 97.5° 5.1% 61.57% in your case. Note, you need to convert them to OpenCV …

  4. python - Choosing the correct upper and lower HSV boundaries …

    Jun 8, 2012 · Here's a simple HSV color thresholder script to determine the lower/upper color ranges using trackbars for any image on the disk. Simply change the image path in cv2.imread().

  5. Identifying the range of a color in HSV using OpenCV

    Apr 24, 2016 · I am working on identifying the color yellow using OpenCV in Python. I have come to this step where I have to define the lower and upper range of the color yellow in HSV. …

  6. PyQt5 QColor conversion from HSV - Stack Overflow

    0 I am doing a HSV color picker for Krita that has PyQt5. I wanted to make use of the QColor class to take care of display color conversions, however i am not able to convert the color with …

  7. c++ - HSV (0 .. 255) to RGB (0 .. 255) - Stack Overflow

    Nov 21, 2011 · I once wrote a color picker and used to understand all these. Back then, I looked at photoshop color picker, tried moving around the cross hair, observe the changes in hsv/rgb …

  8. What is the math behind the Colour Wheel - Stack Overflow

    May 16, 2017 · A colour wheel (such as the Mac OS X colour picker, pictured below) displays hue and saturation (two of the three components from the HSV colour space). The hue varies with …

  9. Good technique for color masks with opencv - Stack Overflow

    Jan 16, 2022 · 0 I've been struggling to create my own color masks that work using the following image I am trying to isolate the red stop sign in this example. My initial strategy was to use a …

  10. java - Android Color Picker - Stack Overflow

    Aug 8, 2011 · I am looking for a Color Picker framework which can return color HEX on selection. I have looked at this wondering if there is some other library I can use.