|
| 1 | +# cvColorSelectorGUI |
| 2 | +An opensource project to find and test color range thresholds on color images for openCV. |
| 3 | + |
| 4 | +Sometimes you need to test many color ranges to find propper range for your threshold ad filtering. |
| 5 | +It's realy hard to use openCV commands by just try and error. So having an easy GUI is good solution. |
| 6 | + |
| 7 | +How to use: |
| 8 | +1. Open your image file. |
| 9 | +2. Select start color by LEFT-Click. |
| 10 | +3. Select end color by RIGHT-CLICK. |
| 11 | +4. Modify the range by numericUpDown or trackbar. |
| 12 | +5. Save the range by Add Range button. |
| 13 | +6. If you want to add another color range, you can use Union or Subtract. So find the range values by mouse Left and Right |
| 14 | + and add the range. To see the instant change, select the new range in range list and click EditRow button to change the |
| 15 | + values by live view. After modification, turn off EditRow. |
| 16 | + |
| 17 | +Note: |
| 18 | +- There is an sample video of working process in video folder. |
| 19 | + |
| 20 | +Samples: |
| 21 | +Selecting the hand: |
| 22 | + |
| 23 | + |
| 24 | +Selecting the hand and blue ball: |
| 25 | + |
| 26 | + |
| 27 | +Selecting the blue and green: |
| 28 | + |
| 29 | + |
| 30 | +Selecting the blue and white: |
| 31 | + |
| 32 | + |
| 33 | +Selecting the yellow and white |
| 34 | + |
| 35 | + |
| 36 | +Selecting the red and orange: |
| 37 | + |
0 commit comments